From 822d3cadf955c66a20d2bdfe562ae1dc9a3da0fa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 29 Dec 2020 00:02:27 +0100 Subject: [PATCH] Upgrade to 1.18.0 --- README.md | 4 ++-- README_fr.md | 4 ++-- check_process | 5 ----- conf/app.src | 6 +++--- conf/web.src | 6 +++--- manifest.json | 2 +- 6 files changed, 11 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 93fef86..ff59edc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Bitwarden for YunoHost [![Integration level](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden) ![](https://ci-apps.yunohost.org/ci/badges/bitwarden.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bitwarden.maintain.svg) -[![Install Bitwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bitwarden) +[![Install Bitwarden with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bitwarden) *[Lire ce readme en français.](./README_fr.md)* @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Bitwarden is a open source password manager. -**Shipped version:** 1.16.3 +**Shipped version:** 1.18.0 ## Important points to read before installing diff --git a/README_fr.md b/README_fr.md index 0141049..23d77fe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,7 +1,7 @@ # Bitwarden pour YunoHost [![Niveau d'intégration](https://dash.yunohost.org/integration/bitwarden.svg)](https://dash.yunohost.org/appci/app/bitwarden) ![](https://ci-apps.yunohost.org/ci/badges/bitwarden.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/bitwarden.maintain.svg) -[![Installer Bitwarden avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=bitwarden) +[![Installer Bitwarden avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=bitwarden) *[Read this readme in english.](./README.md)* @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Bitwarden est un gestionnaire de mots de passe open source. -**Version incluse :** 1.16.3 +**Version incluse :** 1.18.0 ## Points importants à lire avant l'installation diff --git a/check_process b/check_process index 78433bc..4870a09 100644 --- a/check_process +++ b/check_process @@ -29,13 +29,8 @@ 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. - # incorrect_path=1 port_already_use=0 change_url=1 -;;; Levels - # If the level 5 (Package linter) is forced to 1. Please add justifications here. - Level 5=auto ;;; Options Email=yalh@yahoo.com Notification=all diff --git a/conf/app.src b/conf/app.src index 71b40fa..22a11b4 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.16.3.tar.gz -SOURCE_SUM=5c2eb9dfc249860b8e32678c510016a7c4b2abfa363d7c008801b79e02e39f305b36c7e2e5e492742dad7111d2e12bc37b59fa649bcc19a4d8429b2a3aa09162 -SOURCE_SUM_PRG=sha512sum +SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.18.0.tar.gz +SOURCE_SUM=a1412849610f8305d9807f44c685140c8bf22b2bc72ea247874670a0ed9de547 +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= diff --git a/conf/web.src b/conf/web.src index a45e9bf..ec41395 100644 --- a/conf/web.src +++ b/conf/web.src @@ -1,6 +1,6 @@ -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_SUM_PRG=sha512sum +SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.17.1/bw_web_v2.17.1.tar.gz +SOURCE_SUM=47d1bee5d21089eaf992ebbe90686b061e0a1ec1e7a9a26c985f47fb220ca2cd +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true SOURCE_FILENAME= diff --git a/manifest.json b/manifest.json index ec7163d..be0d44f 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~ynh2", + "version": "1.18.0~ynh1", "url": "https://github.com/dani-garcia/bitwarden_rs", "license": "GPL-3.0-or-later", "maintainer": {