1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/syncserver-rs_ynh.git synced 2024-09-03 20:26:32 +02:00

Merge pull request #15 from YunoHost-Apps/testing

Update to 0.14.1
This commit is contained in:
Mateusz 2023-10-26 00:33:31 +02:00 committed by GitHub
commit 21a805691f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View file

@ -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: <https://www.mozilla.org/en-GB/firefox/features/sync/>

View file

@ -19,7 +19,7 @@ Si vous navez 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 lapp : <https://www.mozilla.org/en-GB/firefox/features/sync/>

View file

@ -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"]
@ -44,10 +44,9 @@ 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"
autoupdate.strategy = "latest_github_commit"
autoupdate.force_version = "0.13.7-%Y%m%d"
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
[resources.system_user]