1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00

Upgrade to 5.2.6

This commit is contained in:
ericgaspar 2022-01-01 08:47:31 +01:00
parent 1d5b844d41
commit 698fbff3de
3 changed files with 7 additions and 9 deletions

View file

@ -1,4 +1,6 @@
SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/5.0.7+210628.tar.gz SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/5.2.6+211213.tar.gz
SOURCE_SUM=efde82aabe036263e2ab938315ede8b697f1aafeffedd1d48dc492af9bbddf42 SOURCE_SUM=d097af55794000d87ad8f88698597f6cba2e972499819d3f4bd55748f1de1765
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=limesurvey-5.0.7+210628.tar.gz SOURCE_FILENAME=limesurvey.tar.gz

View file

@ -13,10 +13,6 @@ location __PATH__/ {
# rewrite ^(.+)$ __PATH__/index.php?q=$1 last; # rewrite ^(.+)$ __PATH__/index.php?q=$1 last;
#} #}
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
client_max_body_size 50m; client_max_body_size 50m;
try_files $uri $uri/ index.php; try_files $uri $uri/ index.php;

View file

@ -6,7 +6,7 @@
"en": "Creation and distribution survey tool", "en": "Creation and distribution survey tool",
"fr": "Outil de création et diffusion de sondage" "fr": "Outil de création et diffusion de sondage"
}, },
"version": "5.0.7~ynh1", "version": "5.2.6~ynh1",
"url": "https://www.limesurvey.org/", "url": "https://www.limesurvey.org/",
"upstream": { "upstream": {
"license": "GPL-2.0+", "license": "GPL-2.0+",
@ -21,7 +21,7 @@
"url": "https://reflexlibre.net" "url": "https://reflexlibre.net"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.2.4" "yunohost": ">= 4.3.0"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [