From c2393e4ff82ce314f9b9a5e58fd761c3c5829aa9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 31 Jan 2022 19:54:55 +0100 Subject: [PATCH] Upgrade to 1.24.0~ynh1 --- README.md | 2 +- README_fr.md | 16 ++++++++-------- check_process | 4 ++++ conf/app.src | 4 ++-- conf/web.src | 4 ++-- manifest.json | 2 +- 6 files changed, 18 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index b8f7be6..83800d1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. -**Shipped version:** 1.23.0~ynh3 +**Shipped version:** 1.24.0~ynh1 **Demo:** https://vault.bitwarden.com/#/register diff --git a/README_fr.md b/README_fr.md index cbed329..983dd52 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,9 +13,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Alternative implementation of the Bitwarden server API written in Rust and compatible with upstream Bitwarden clients*, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal. -**Version incluse :** 1.23.0~ynh3 +**Version incluse :** 1.24.0~ynh1 -**Démo :** https://vault.bitwarden.com/#/register +**Démo :** https://vault.bitwarden.com/#/register ## Captures d'écran @@ -46,11 +46,11 @@ The `--debug` option will let you see the full output. If you encounter any issu ## Documentations et ressources -* Documentation officielle utilisateur : https://help.bitwarden.com/ -* Documentation officielle de l'admin : https://github.com/dani-garcia/vaultwarden/wiki -* Dépôt de code officiel de l'app : https://github.com/dani-garcia/vaultwarden -* Documentation YunoHost pour cette app : https://yunohost.org/app_vaultwarden -* Signaler un bug : https://github.com/YunoHost-Apps/vaultwarden_ynh/issues +* Documentation officielle utilisateur : https://help.bitwarden.com/ +* Documentation officielle de l'admin : https://github.com/dani-garcia/vaultwarden/wiki +* Dépôt de code officiel de l'app : https://github.com/dani-garcia/vaultwarden +* Documentation YunoHost pour cette app : https://yunohost.org/app_vaultwarden +* Signaler un bug : https://github.com/YunoHost-Apps/vaultwarden_ynh/issues ## Informations pour les développeurs @@ -63,4 +63,4 @@ ou sudo yunohost app upgrade vaultwarden -u https://github.com/YunoHost-Apps/vaultwarden_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/check_process b/check_process index 1f0266c..9c6e306 100644 --- a/check_process +++ b/check_process @@ -25,6 +25,8 @@ upgrade=1 from_commit=703d5a9cb86d127c7723bb380d7c392a8eb9e703 # 1.23.0~ynh1 upgrade=1 from_commit=2808a3a8e985bb5431f6d8f2353b07201355afe4 + # 1.23.0~ynh3 + upgrade=1 from_commit=7492e0d21c795696f4ff44912edc199437d4bb71 backup_restore=1 multi_instance=1 port_already_use=0 @@ -43,3 +45,5 @@ Notification=all name=1.22.2~ynh1 ; commit=2808a3a8e985bb5431f6d8f2353b07201355afe4 name=1.23.0~ynh1 + ; commit=7492e0d21c795696f4ff44912edc199437d4bb71 + name=1.23.0~ynh3 diff --git a/conf/app.src b/conf/app.src index 9b7dbd3..54791f9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/dani-garcia/vaultwarden/archive/1.23.0.tar.gz -SOURCE_SUM=2ddfe1c1cb36ab008de98c9674ee127140268f8b44dbd82a2193a25caa461a0133261c970eb8d8276eb9d0db9f24e3fd0fe6deeee7cc55e2d980b8c7188011fb +SOURCE_URL=https://github.com/dani-garcia/vaultwarden/archive/1.24.0.tar.gz +SOURCE_SUM=c28d9616c5519be5043822145a0cac8d4c550bd443bb2e6715580b316e8586a3892331a669bce1545c4263e143e6193617ac27e9b730a63225c0951d91bef97e SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/web.src b/conf/web.src index 33c13c2..6244d5c 100644 --- a/conf/web.src +++ b/conf/web.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.24.1/bw_web_v2.24.1.tar.gz -SOURCE_SUM=f883f3746d245ad15816db477af35fba626ada420103b4b7ef54f062033b80384c71aed873a7db6800f906a3dd9afd4d8a9a0677142675e7eeac0285a3a8426e +SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.25.1b/bw_web_v2.25.1b.tar.gz +SOURCE_SUM=1c86e81d0f1bb5e7fae7c3dfe860d3f92f87df6534c21b47e531b471644252cec0b54b07a818471828926266aa6dea50aa058de7c22f00766f9d86a36d76fd14 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index b234f58..d6a355a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage passwords and other sensitive informations", "fr": "Gérez les mots de passe et autres informations sensibles" }, - "version": "1.23.0~ynh3", + "version": "1.24.0~ynh1", "url": "https://github.com/dani-garcia/vaultwarden", "upstream": { "license": "GPL-3.0-or-later",