From 50614ced29e7523140b29b125541a6cce5af28d2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 20 Oct 2020 22:30:23 +0200 Subject: [PATCH] Upgrade to 1.17.0 --- README.md | 2 +- README_fr.md | 2 +- check_process | 4 ++++ conf/app.src | 4 ++-- conf/web.src | 4 ++-- manifest.json | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b18ac46..895ce16 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.3 +**Shipped version:** 1.17.0 ## Important points to read before installing diff --git a/README_fr.md b/README_fr.md index 01a1a3d..b5ae666 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.3 +**Version incluse :** 1.17.0 ## Points importants à lire avant l'installation diff --git a/check_process b/check_process index e8b99bf..39faef4 100644 --- a/check_process +++ b/check_process @@ -25,6 +25,8 @@ upgrade=1 from_commit=bb9dac9cc50e11d8ef60033a543f9e21b42d0d8e # 1.16.1~ynh2 upgrade=1 from_commit=5572d0420cf500fdb313c15b4ab40e7a6c38e294 + # 1.16.3~ynh1 + upgrade=1 from_commit=576a173a43de914253645daa2c0b066f693a20f7 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. @@ -46,3 +48,5 @@ Notification=all name=1.15.1~ynh2 ; commit=5572d0420cf500fdb313c15b4ab40e7a6c38e294 name=1.16.1~ynh2 + ; commit=576a173a43de914253645daa2c0b066f693a20f7 + name=1.16.3~ynh1 diff --git a/conf/app.src b/conf/app.src index 6f57d9a..6c80737 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.3.tar.gz -SOURCE_SUM=5c2eb9dfc249860b8e32678c510016a7c4b2abfa363d7c008801b79e02e39f305b36c7e2e5e492742dad7111d2e12bc37b59fa649bcc19a4d8429b2a3aa09162 +SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.17.0.tar.gz +SOURCE_SUM=f983d225b42ddcc561502aa0bc2820c0fb362307c3ac1181c568c3ab4cb6a08eb40c70c88c5fef7967bb952b1bb7d754338720028438f49b3ba4e7a7e1d62d76 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/web.src b/conf/web.src index 4be84ba..fc74583 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.15.1/bw_web_v2.15.1.tar.gz -SOURCE_SUM=81f051ecb8f899de317550b3d6118602232cfafe306e8a049415a152df979cf03d18e6d42600ba083a25395f885b07c83981fef8b6f8196f58f010abe0553170 +SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.16.1/bw_web_v2.16.1.tar.gz +SOURCE_SUM=418963fbac141e7866cab4c3e3e641c36a6fbabcc69f14514be0f097a3965f90b057e1c9624fc70a28e42335dc0130dd616f697ce7a4c58da6ccd8da3bc64ad3 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c9cd553..c569025 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.16.3~ynh1", + "version": "1.17.0~ynh1", "url": "https://github.com/dani-garcia/bitwarden_rs", "license": "GPL-3.0-or-later", "maintainer": {