diff --git a/README.md b/README.md index 549d00d..e889bee 100644 --- a/README.md +++ b/README.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.19.0 +**Shipped version:** 1.20.0 ## Important points to read before installing diff --git a/README_fr.md b/README_fr.md index f229807..d292d82 100644 --- a/README_fr.md +++ b/README_fr.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.19.0 +**Version incluse :** 1.20.0 ## Points importants à lire avant l'installation diff --git a/conf/app.src b/conf/app.src index e61eb7a..371bf7b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.19.0.tar.gz -SOURCE_SUM=701be212aa04c5aaedb96d8856b8d4a47a28eb1a524906ae1453c8005bd998bc7414a011ea708c70b11baabdca323ac18eb72f0fd3abd6344941eb3b48f279ae +SOURCE_URL=https://github.com/dani-garcia/bitwarden_rs/archive/1.20.0.tar.gz +SOURCE_SUM=96fc0c3d55ed770af7209f881e107c33cf8ddf5179c504eacbc155dcb0f28641e5d28dd9cbd4f071540a7aac3d0e40b519de1fb85a523c6b74fb91a930d329a8 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/bitwarden_rs.env b/conf/bitwarden_rs.env index 9363dc6..5d1c47e 100644 --- a/conf/bitwarden_rs.env +++ b/conf/bitwarden_rs.env @@ -28,6 +28,7 @@ # RSA_KEY_FILENAME=data/rsa_key # ICON_CACHE_FOLDER=data/icon_cache # ATTACHMENTS_FOLDER=data/attachments +# SENDS_FOLDER=data/sends ## Templates data folder, by default uses embedded templates ## Check source code to see the format diff --git a/conf/web.src b/conf/web.src index 6ada434..81fd6d9 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.18.1b/bw_web_v2.18.1b.tar.gz -SOURCE_SUM=a9255ff0611c1a1fd5baabb7c651df2fc6f5b7d787cceebef43a02defab58296ea09d47b68e807a6b63cef419dcd7237373a7f541ebbb5f8171c605a641a95e8 +SOURCE_URL=https://github.com/dani-garcia/bw_web_builds/releases/download/v2.19.0/bw_web_v2.19.0.tar.gz +SOURCE_SUM=3a2887a78bb2e653179070df81bb4b4711bde0ed206cbef5658062a995375ddc4b153b010929982d2cc18f2f42cf00dafaad45c3bdda5bac05b05d61494c7370 SOURCE_SUM_PRG=sha512sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 259c7b3..2983448 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.19.0~ynh1", + "version": "1.20.0~ynh1", "url": "https://github.com/dani-garcia/bitwarden_rs", "license": "GPL-3.0-or-later", "maintainer": {