mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
Upgrade Piwigo upstream version to 2.8.6
This commit is contained in:
parent
ce71f1950a
commit
3cbb80be30
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ Piwigo for YunoHost
|
||||||
|
|
||||||
Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.
|
Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free and opensource.
|
||||||
|
|
||||||
**Shipped version:** 2.8.5
|
**Shipped version:** 2.8.6
|
||||||
|
|
||||||
![](http://piwigo.org/screenshots/homepage/piwigo-batch-manager.png)
|
![](http://piwigo.org/screenshots/homepage/piwigo-batch-manager.png)
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"packaging_format": 1,
|
"packaging_format": 1,
|
||||||
"description": {
|
"description": {
|
||||||
"en": "photo gallery",
|
"en": "photo gallery",
|
||||||
"fr": "Gallerie photo"
|
"fr": "Galerie photo"
|
||||||
},
|
},
|
||||||
"url": "http://piwigo.org",
|
"url": "http://piwigo.org",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# Common variables
|
# Common variables
|
||||||
#
|
#
|
||||||
|
|
||||||
# Application version
|
# Application version
|
||||||
VERSION="2.8.5"
|
VERSION="2.8.6"
|
||||||
|
|
||||||
# Remote URL to fetch application source archive
|
# Remote URL to fetch application source archive
|
||||||
APPLICATION_SOURCE_URL="http://piwigo.org/download/dlcounter.php?code=${VERSION}"
|
APPLICATION_SOURCE_URL="http://piwigo.org/download/dlcounter.php?code=${VERSION}"
|
||||||
|
|
Loading…
Reference in a new issue