mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
Fix
This commit is contained in:
parent
9ca0cff5b4
commit
11d3e2011a
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/3.17.1+190408.tar.gz
|
||||
SOURCE_SUM=a2c63a5a28f7f724f5bd7017959caf76e845c7fce9d8b1177075d030641fdbac
|
||||
SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/3.27.6+210629.tar.gz
|
||||
SOURCE_SUM=5e1a0e9754be0f1a2e092cbddca30753fbd0fe8e1506deef671d277273d4d953
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FILENAME=limesurvey-3.17.1+190408.tar.gz
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Creation and distribution survey tool",
|
||||
"fr": "Outil de création et diffusion de sondage"
|
||||
},
|
||||
"version": "3.17.1~ynh1",
|
||||
"version": "3.27.6~ynh1",
|
||||
"url": "https://www.limesurvey.org/",
|
||||
"upstream": {
|
||||
"license": "GPL-2.0+",
|
||||
|
|
|
@ -126,7 +126,7 @@ ynh_add_nginx_config
|
|||
#=================================================
|
||||
# UPGRADE DEPENDENCIES
|
||||
#=================================================
|
||||
ynh_script_progression --message="Upgrading dependencies..." --time --weight=1
|
||||
ynh_script_progression --message="Upgrading dependencies..." --weight=1
|
||||
|
||||
ynh_install_app_dependencies $pkg_dependencies
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue