1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

Merge pull request #60 from pp-r/Update-5.8.8-php-7.4

Update 5.8.8 php 7.4
This commit is contained in:
yalh76 2022-09-05 03:35:22 +02:00 committed by GitHub
commit f7ab4a6ca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 8 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Blog or CMS storing data in XML flat files.
**Shipped version:** 5.8.7~ynh1
**Shipped version:** 5.8.8~ynh1
**Demo:** https://demo.pluxml.org/

View file

@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Blog ou CMS stockant ses données dans des fichiers XML plats.
**Version incluse :** 5.8.7~ynh1
**Version incluse :** 5.8.8~ynh1
**Démo :** https://demo.pluxml.org/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/pluxml/PluXml/archive/v5.8.7.zip
SOURCE_SUM=ea8056d5061a366221a4e2a835a991235a1435f62a60171bfc5f04c38988c910
SOURCE_URL=https://github.com/pluxml/PluXml/archive/v5.8.8.zip
SOURCE_SUM=21188891cdb7a2c2beab2fa9da2c57b54731000ad9365ae8b3bc39ca99aa9cea
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Blog or CMS storing data in XML flat files.",
"fr": "Blog ou CMS stockant ses données dans des fichiers XML plats."
},
"version": "5.8.7~ynh1",
"version": "5.8.8~ynh1",
"url": "https://www.pluxml.org/",
"upstream": {
"license": "GPL-2.0-only",
@ -28,7 +28,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
"php7.4-fpm"
],
"arguments": {
"install" : [

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION=7.3
YNH_PHP_VERSION=7.4
# dependencies used by the app
extra_php_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-xml"