1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpipam_ynh.git synced 2024-09-03 19:56:39 +02:00

Merge pull request #10 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-05-02 23:43:54 +02:00 committed by GitHub
commit 855ba1eee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Web IP address management application
**Shipped version:** 1.4.7~ynh1
**Shipped version:** 1.5.0~ynh1
**Demo:** http://demo.phpipam.net

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Application web de gestion d'adresses IP
**Version incluse :** 1.4.7~ynh1
**Version incluse :** 1.5.0~ynh1
**Démo :** http://demo.phpipam.net

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/phpipam/phpipam/releases/download/v1.4.7/phpipam-v1.4.7.zip
SOURCE_SUM=e95488ac9ef84a59b10fc9d8d7da4bd43a35e88aa51847cdf8c84c468077178f
SOURCE_URL=https://github.com/phpipam/phpipam/releases/download/v1.5.0/phpipam-v1.5.0.zip
SOURCE_SUM=ed084e9826cae5e8aa26f9f9ca61a7385982d91acf78eab6a5841cf75ed72450
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Web IP address management application",
"fr": "Application web de gestion d'adresses IP"
},
"version": "1.4.7~ynh1",
"version": "1.5.0~ynh1",
"url": "https://phpipam.net/",
"upstream": {
"license": "GPL-3.0-only",
@ -26,7 +26,7 @@
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"php7.4-fpm",
"mysql"
],
"arguments": {

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
YNH_PHP_VERSION="7.4"
pkg_dependencies="php${YNH_PHP_VERSION}-gmp php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-opcache php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml"