1
0
Fork 0
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:
Jimmy Monin 2017-01-28 10:59:40 +01:00
parent ce71f1950a
commit 3cbb80be30
3 changed files with 4 additions and 3 deletions

View file

@ -5,7 +5,7 @@ Piwigo for YunoHost
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)

View file

@ -4,7 +4,7 @@
"packaging_format": 1,
"description": {
"en": "photo gallery",
"fr": "Gallerie photo"
"fr": "Galerie photo"
},
"url": "http://piwigo.org",
"license": "free",

View file

@ -1,9 +1,10 @@
#!/bin/bash
#
# Common variables
#
# Application version
VERSION="2.8.5"
VERSION="2.8.6"
# Remote URL to fetch application source archive
APPLICATION_SOURCE_URL="http://piwigo.org/download/dlcounter.php?code=${VERSION}"