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:
parent
e820d46c96
commit
d1be9e3a71
3 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue