diff --git a/README.md b/README.md index 2520e4a..175bf24 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 Manage passwords and other sensitive informations -**Shipped version:** 1.21.0~ynh2 +**Shipped version:** 1.22.2~ynh1 **Demo:** https://vault.bitwarden.com/#/register diff --git a/README_fr.md b/README_fr.md index bf6af5f..d825700 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Gérez les mots de passe et autres informations sensibles -**Version incluse :** 1.21.0~ynh2 +**Version incluse :** 1.22.2~ynh1 **Démo :** https://vault.bitwarden.com/#/register diff --git a/check_process b/check_process index f718e84..7ca8da9 100644 --- a/check_process +++ b/check_process @@ -21,6 +21,8 @@ #upgrade=1 from_commit=d5e1fa7d327c55d8e5ae4c24e7c6aaac006256db # 1.21.0~ynh1 upgrade=1 from_commit=3f7d7d2740a1cb3f16a290b64c89e84422d06ede + # 1.21.0~ynh2 + upgrade=1 from_commit=703d5a9cb86d127c7723bb380d7c392a8eb9e703 backup_restore=1 multi_instance=1 port_already_use=0 @@ -33,3 +35,5 @@ Notification=all name=Bitwarden 1.20.0~ynh4 ; commit=3f7d7d2740a1cb3f16a290b64c89e84422d06ede name=1.21.0~ynh1 + ; commit=703d5a9cb86d127c7723bb380d7c392a8eb9e703 + name=1.21.0~ynh2 diff --git a/conf/app.src b/conf/app.src index bdffa99..4362b3a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/dani-garcia/vaultwarden/archive/1.21.0.tar.gz -SOURCE_SUM=ba7e6600f3f05d9e06706e348a287b144ed34eac595b895567e64aebf551f3b852a4601ae62d8d84813154a9917011e53db44c61b49d46436afef4a740fc397f +SOURCE_URL=https://github.com/dani-garcia/vaultwarden/archive/1.22.2.tar.gz +SOURCE_SUM=c0d6e30033f4660086a63462b2cecd245a4c314d6c4abbd5b3b4a6f721a912237e7b85fd2967ee58756da4713b19d08ca559be02c97e0e8ece65832558af61b6 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/web.src b/conf/web.src index 69b758d..c1b822e 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.19.0d/bw_web_v2.19.0d.tar.gz -SOURCE_SUM=8661c5baa67cef630db7674108001a54ac68fcaa21bd7b6489f6e28b40ad1a9f32d0db90ca5a5bb36917a8e95c66fbfcfd58a8ca37aceb76e91c5eb30f9dd6b8 +SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.21.1/bw_web_v2.21.1.tar.gz +SOURCE_SUM=93463160903769ef6a9f944f031f8bf76973cd664c11bfcb24af6856a7161ba5d3e55ac5534b22e3e88b61e18bb4ead0029e120f937c8945e2d49a76af68f290 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 291f4b0..2a6adee 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.21.0~ynh2", + "version": "1.22.2~ynh1", "url": "https://github.com/dani-garcia/vaultwarden", "upstream": { "license": "GPL-3.0-or-later",