1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00
This commit is contained in:
Éric Gaspar 2023-08-05 09:32:49 +02:00
parent fe62aef55f
commit 1d5db20a63
4 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://piwigo.org/download/dlcounter.php?code=13.6.0
SOURCE_SUM=b0060f52199afcf19e8fdc0d99b4f0be26df60dcd316f30f9094315635c6a2df
SOURCE_URL=https://piwigo.org/download/dlcounter.php?code=13.8.0
SOURCE_SUM=7f6a2a796693a4ce245fd67ebdd8bf873dc6cb1a33acd567104a10347af7fe1d
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://piwigo.org/ext/download.php?rid=7036
SOURCE_SUM=3c22652f6c0653aaeebe239435796748ee57612ad44e8e5f2553277545d36e5e
SOURCE_URL=https://piwigo.org/ext/download.php?rid=8871
SOURCE_SUM=0ae60f1c6642911d82f01e8387d1d73e9da1b036ca337fa48989b11b482bd91d
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Open source photo gallery for the web",
"fr": "Galerie de photos open source pour le web"
},
"version": "13.6.0~ynh1",
"version": "13.8.0~ynh1",
"url": "http://piwigo.org",
"upstream": {
"license": "GPL-2.0",
@ -22,7 +22,7 @@
"url": ""
},
"requirements": {
"yunohost": ">= 11.0.9"
"yunohost": ">= 11.2"
},
"multi_instance": true,
"services": [

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="8.0"
YNH_PHP_VERSION="8.2"
# dependencies used by the app
pkg_dependencies="imagemagick php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-ldap"