PHP=7.4 + Upgrade from 2.0.0-beta1 to 2.0.0-beta2
This commit is contained in:
parent
55b671b9d2
commit
fe2baefc19
4 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://code.antopie.org/miraty/libreqr/archive/2.0.0-beta1.tar.gz
|
||||
SOURCE_SUM=c4f14723dad06c7e5deff794a41fc12ddfd57b3403e5a9ed2696157d57ed12737487bbb1d8c729579611a327642780b35c2886c7a217bb7fcf0e2e47137f9a8c
|
||||
SOURCE_URL=https://code.antopie.org/miraty/libreqr/archive/2.0.0-beta2.tar.gz
|
||||
SOURCE_SUM=29a9c189682b3df13f8fe7b8853a7de4af752f444a0e683efb9b54c08408359804de0bf8c22309f5d91412c9f1d15511488eafa862c50405e5ea885366921d9f
|
||||
SOURCE_SUM_PRG=sha512sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Web interface for generating QR codes",
|
||||
"fr": "Interface Web pour générer des codes QR"
|
||||
},
|
||||
"version": "2.0.0-beta1~ynh1",
|
||||
"version": "2.0.0-beta2~ynh1",
|
||||
"url": "https://code.antopie.org/miraty/libreqr",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-or-later",
|
||||
|
@ -25,7 +25,7 @@
|
|||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"php7.3-fpm"
|
||||
"php7.4-fpm"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
|
|
|
@ -30,7 +30,7 @@ ynh_script_progression --message="Configuring NGINX web server..."
|
|||
ynh_add_nginx_config
|
||||
|
||||
ynh_script_progression --message="Configuring PHP-FPM..."
|
||||
ynh_add_fpm_config
|
||||
ynh_add_fpm_config --phpversion=7.4
|
||||
|
||||
ynh_script_progression --message="Configuring permissions..."
|
||||
if [ $is_public -eq 1 ]
|
||||
|
|
|
@ -38,6 +38,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..."
|
|||
ynh_add_nginx_config
|
||||
|
||||
ynh_script_progression --message="Upgrading PHP-FPM configuration..."
|
||||
ynh_add_fpm_config
|
||||
ynh_add_fpm_config --phpversion=7.4
|
||||
|
||||
ynh_script_progression --message="Upgrade of $app completed" --last
|
||||
|
|
Loading…
Add table
Reference in a new issue