diff --git a/README.md b/README.md index eab471d..b18ac46 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Bitwarden is a open source password manager. -**Shipped version:** 1.16.1 +**Shipped version:** 1.16.3 ## Important points to read before installing diff --git a/README_fr.md b/README_fr.md index 393da0e..01a1a3d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Bitwarden est un gestionnaire de mots de passe open source. -**Version incluse :** 1.16.1 +**Version incluse :** 1.16.3 ## Points importants à lire avant l'installation diff --git a/check_process b/check_process index 2952657..e8b99bf 100644 --- a/check_process +++ b/check_process @@ -23,6 +23,8 @@ upgrade=1 from_commit=2a7b9d6b6705be6e3a7217309a77b9def226eaa6 # 1.15.1~ynh2 upgrade=1 from_commit=bb9dac9cc50e11d8ef60033a543f9e21b42d0d8e + # 1.16.1~ynh2 + upgrade=1 from_commit=5572d0420cf500fdb313c15b4ab40e7a6c38e294 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. @@ -42,3 +44,5 @@ Notification=all name=1.14.2~ynh2 ; commit=bb9dac9cc50e11d8ef60033a543f9e21b42d0d8e name=1.15.1~ynh2 + ; commit=5572d0420cf500fdb313c15b4ab40e7a6c38e294 + name=1.16.1~ynh2 diff --git a/conf/app.src b/conf/app.src index 09079c2..6f57d9a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.16.1.tar.gz -SOURCE_SUM=cea0a378e2fc864c2a180d702f3afa97d92b19d1f46259d4c9d9097abb2cd0a5bd84b8734d49152b9b8b5113cd5a3ff87dc9a390118a8832950a7aa6c7b63962 +SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.16.3.tar.gz +SOURCE_SUM=5c2eb9dfc249860b8e32678c510016a7c4b2abfa363d7c008801b79e02e39f305b36c7e2e5e492742dad7111d2e12bc37b59fa649bcc19a4d8429b2a3aa09162 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index bee9862..3a8971f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage passwords and other sensitive informations", "fr": "Géres les mots de passe et autres informations sensibles" }, - "version": "1.16.1~ynh1", + "version": "1.16.3~ynh1", "url": "https://github.com/dani-garcia/bitwarden_rs", "license": "GPL-3.0-or-later", "maintainer": {