diff --git a/README.md b/README.md index 6a673b1..0b4af3f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. LimeSurvey is used to create advanced poll. -**Shipped version:** 6.5.18~ynh1 +**Shipped version:** 6.6.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 31a5f15..41bdeb6 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. LimeSurvey is used to create advanced poll. -**Versión actual:** 6.5.18~ynh1 +**Versión actual:** 6.6.0~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index c5c670e..f60e42f 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. LimeSurvey is used to create advanced poll. -**Paketatutako bertsioa:** 6.5.18~ynh1 +**Paketatutako bertsioa:** 6.6.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index d6ea462..01b00e0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Outil de création et diffusion de sondage -**Version incluse :** 6.5.18~ynh1 +**Version incluse :** 6.6.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 9608a52..6172e11 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. LimeSurvey is used to create advanced poll. -**Versión proporcionada:** 6.5.18~ynh1 +**Versión proporcionada:** 6.6.0~ynh1 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md index d33857e..c948edf 100644 --- a/README_id.md +++ b/README_id.md @@ -19,7 +19,7 @@ Ini TIDAK boleh diedit dengan tangan. LimeSurvey is used to create advanced poll. -**Versi terkirim:** 6.5.18~ynh1 +**Versi terkirim:** 6.6.0~ynh1 ## Tangkapan Layar diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ce435ef..85f3ab9 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ LimeSurvey is used to create advanced poll. -**分发版本:** 6.5.18~ynh1 +**分发版本:** 6.6.0~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 2d76ce4..376bf40 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "LimeSurvey" description.en = "Create and distribute surveys" description.fr = "Outil de création et diffusion de sondage" -version = "6.5.18~ynh1" +version = "6.6.0~ynh1" maintainers = ["ljf"] @@ -57,8 +57,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.5.18+240723.tar.gz" - sha256 = "2aa195e0ee2a76aabd646e676da07bb4ed1e7573dab20e4e4335df9e6839e61c" + url = "https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.6.0+240729.tar.gz" + sha256 = "d1961c9271fbdfefc4f2849316d29db5d5fe79cb3d17ee4e54c8cc3d6ef2e878" autoupdate.strategy = "latest_github_tag" autoupdate.version_regex = "^(.*)\\+.*$" diff --git a/scripts/install b/scripts/install index 8dbe76e..65f4445 100755 --- a/scripts/install +++ b/scripts/install @@ -37,6 +37,7 @@ ln -s "$data_dir/upload" "$install_dir/upload" chmod 750 "$install_dir" chmod -R o-rwx "$install_dir" chown -R "$app:www-data" "$install_dir" +chown -R "$app:www-data" "$data_dir/upload" #================================================= # ADD A CONFIGURATION