diff --git a/README.md b/README.md index be6ca09..7dfbaa3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Weblate is a libre web-based translation tool with tight version control integration. It provides two user interfaces, propagation of translations across components, quality checks and automatic linking to source files. -**Shipped version:** 5.4.1~ynh1 +**Shipped version:** 5.4.2~ynh1 **Demo:** https://hosted.weblate.org/ diff --git a/README_fr.md b/README_fr.md index b79b216..d04ec2c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Weblate est un outil de traduction libre avec une intégration étroite du contrôle de version. Il fournit deux interfaces utilisateur, la propagation des traductions entre les composants, les contrôles de qualité et la liaison automatique aux fichiers source. -**Version incluse :** 5.4.1~ynh1 +**Version incluse :** 5.4.2~ynh1 **Démo :** https://hosted.weblate.org/ diff --git a/manifest.toml b/manifest.toml index 7836cb6..7bd137d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Weblate" description.en = "Translation platform using Git and Python" description.fr = "Plateforme de traduction utilisant Git et Python" -version = "5.4.1~ynh1" +version = "5.4.2~ynh1" maintainers = ["Thovi98"] @@ -42,7 +42,7 @@ ram.runtime = "3G" [install.init_main_permission] type = "group" - default = false + default = "visitors" [install.admin] type = "user" @@ -77,8 +77,8 @@ ram.runtime = "3G" [resources.sources] [resources.sources.libxxhash] - url = "https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.1.tar.gz" - sha256 = "3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c" + url = "https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.2.tar.gz" + sha256 = "baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4" in_subdir = true autoupdate.strategy = "latest_github_release" autoupdate.upstream = "https://github.com/Cyan4973/xxHash" diff --git a/scripts/_common.sh b/scripts/_common.sh index 0338ce8..e85e7ef 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,6 @@ # COMMON VARIABLES #================================================= -#REMOVEME? pkg_dependencies="$weblate_dependencies $borgbackup_dependencies" - debian_maj_version=$(sed 's/\..*//' /etc/debian_version) if [ "$debian_maj_version" -eq 9 ] ; then diff --git a/tests.toml b/tests.toml index 17c89ac..d7cb91f 100644 --- a/tests.toml +++ b/tests.toml @@ -26,3 +26,4 @@ test_format = 1.0 test_upgrade_from.2749e7b.args.forge_token = "11111111111" test_upgrade_from.52db1ab.name = "5.3.1-ynh2" + test_upgrade_from.e075efc.name = "5.4.1"