From 6bf0f9c2e402dd307ff30915aa3e38a584d27a2c Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:58:46 +0200 Subject: [PATCH 1/4] Try tagged releases --- manifest.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2c5ec40..3174e24 100644 --- a/manifest.toml +++ b/manifest.toml @@ -46,8 +46,7 @@ ram.runtime = "50M" # You can also define other assets than "main" and add --source_id="foobar" in the previous command url = "https://github.com/mozilla-services/syncstorage-rs/archive/59283b5977a5d997c1292eb5392f6ad252855c0d.tar.gz" sha256 = "63f0da2069f70c7e579cb1e0389644969eb394b4ae14e2068f4026ffe88c15be" - autoupdate.strategy = "latest_github_commit" - autoupdate.force_version = "0.13.7-%Y%m%d" + autoupdate.strategy = "latest_github_tag" # This will provision/deprovision a unix system user [resources.system_user] From 684670b7f7c1cbe4c7a9f06f0a459f8d3d8bb1a3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 25 Oct 2023 18:18:13 +0200 Subject: [PATCH 2/4] Upgrade to v0.14.1 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3174e24..d474e95 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,8 +44,8 @@ ram.runtime = "50M" # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command - url = "https://github.com/mozilla-services/syncstorage-rs/archive/59283b5977a5d997c1292eb5392f6ad252855c0d.tar.gz" - sha256 = "63f0da2069f70c7e579cb1e0389644969eb394b4ae14e2068f4026ffe88c15be" + url = "https://github.com/mozilla-services/syncstorage-rs/archive/refs/tags/0.14.1.tar.gz" + sha256 = "224d8c4af114b0af4eebd90decef951a08dde1204c13caada416347aa5ebe35c" autoupdate.strategy = "latest_github_tag" # This will provision/deprovision a unix system user From b8900ad73a661e54f8c7157825ea327545cff2df Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Thu, 26 Oct 2023 00:32:57 +0200 Subject: [PATCH 3/4] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index d474e95..9c96197 100644 --- a/manifest.toml +++ b/manifest.toml @@ -8,7 +8,7 @@ name = "Firefox SyncStorage" description.en = "New Firefox Sync Storage implemented in Rust. Allows syncing tabs, passwords, history etc. between Firefox instances." description.fr = "New Firefox Sync Storage implemented in Rust." -version = "0.13.7-20231024~ynh1" +version = "0.14.1" maintainers = ["orhtej2"] From 05e6519ebc721962a7af2e71e847fc46954ed4e4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 25 Oct 2023 22:32:59 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa7d32..ad9b099 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Second-generation server for Firefox Sync written in Rust. -**Shipped version:** 0.13.7-20231024~ynh1 +**Shipped version:** 0.14.1 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index e3d5033..3daa684 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Second-generation server for Firefox Sync written in Rust. -**Version incluse :** 0.13.7-20231024~ynh1 +**Version incluse :** 0.14.1 ## Documentations et ressources * Site officiel de l’app :