Skip to content

Commit

Permalink
Merge pull request #112 from YunoHost-Apps/testing
Browse files Browse the repository at this point in the history
Testing 5.4.2~ynh1
  • Loading branch information
Thovi98 authored Feb 24, 2024
2 parents e075efc + e2ddaf2 commit 0c95cf9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
2 changes: 1 addition & 1 deletion README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down
8 changes: 4 additions & 4 deletions manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -42,7 +42,7 @@ ram.runtime = "3G"

[install.init_main_permission]
type = "group"
default = false
default = "visitors"

[install.admin]
type = "user"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 0 additions & 2 deletions scripts/_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0c95cf9

Please sign in to comment.