1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

upgrade to 5.4.2

This commit is contained in:
Thomas 2024-02-24 10:23:52 +01:00 committed by GitHub
parent e820d46c96
commit d1be9e3a71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -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~ynh2"
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"

View file

@ -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

View file

@ -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"