diff --git a/README.md b/README.md index d2d5ed7..6be298c 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 Minimalist and opinionated RSS feed reader -**Shipped version:** 2.0.34~ynh1 +**Shipped version:** 2.0.35~ynh1 diff --git a/README_fr.md b/README_fr.md index be379a1..750fd82 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 Minimalist and opinionated RSS feed reader -**Version incluse :** 2.0.34~ynh1 +**Version incluse :** 2.0.35~ynh1 diff --git a/conf/amd64.src b/conf/amd64.src index af8fb64..12839ff 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-amd64 -SOURCE_SUM=14a1249f607154778ecb8b1b05904440272947e6b0106747aae3835dcc88c143 +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-amd64 +SOURCE_SUM=60688ab3028538f35d95352ee12339d8ab5977a296178570f49fdf13b5e2b066 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/conf/arm64.src b/conf/arm64.src index a5c730b..3fc786b 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-arm64 -SOURCE_SUM=c5fad3052a7c8fadd91e56458518205276fbd16bcb324360b94ba7a44f1af59b +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-arm64 +SOURCE_SUM=404219aa7dd084715991f5a43717cb907ed0a2c0842eb7398e60afe59584bebf SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/conf/armhf.src b/conf/armhf.src index bec3585..ce438ea 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.34/miniflux-linux-armv7 -SOURCE_SUM=c1a0dccd8c7922a9d105d978cadc74defd418db0e5acec94df5ac7b83739ca0f +SOURCE_URL=https://github.com/miniflux/v2/releases/download/2.0.35/miniflux-linux-armv7 +SOURCE_SUM=f5a648b1821eb6148608bbc49c77d44e54f5f9af477c25edf48b3e4377eeb166 SOURCE_SUM_PRG=sha256sum SOURCE_IN_SUBDIR=false SOURCE_FILENAME=miniflux diff --git a/manifest.json b/manifest.json index 5182dcf..a3ffb2e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Minimalist and opinionated RSS feed reader", "fr": "Agrégateur de flux RSS minimaliste" }, - "version": "2.0.34~ynh1", + "version": "2.0.35~ynh1", "url": "https://miniflux.app/", "upstream": { "license": "Apache-2.0", @@ -41,6 +41,14 @@ "name": "admin", "type": "user" }, + { + "name": "password", + "type": "password", + "help": { + "en": "Password must be more than 6 characters.", + "fr": "Le mot de passe doit contenir plus de 6 caractères." + } + }, { "name": "is_public", "type": "boolean", @@ -49,14 +57,6 @@ "fr": "Si cette case est cochée, Miniflux sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, "default": true - }, - { - "name": "password", - "type": "password", - "help": { - "en": "Must be more than 6 characters.", - "fr": "Doit contenir plus de 6 caractères." - } } ] }