From 3aa2fd2197f6d0312c3a9ec03be24a8296d29e27 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 10 Mar 2024 21:41:57 +0100 Subject: [PATCH 1/2] Upgrade to v2.1.1 https://github.com/miniflux/v2/releases/tag/2.1.1 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index c6405c4..7502114 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Miniflux" description.en = "Minimalist and opinionated RSS feed reader" description.fr = "Agrégateur de flux RSS minimaliste" -version = "2.1.0~ynh1" +version = "2.1.1~ynh1" maintainers = ["eric_G"] @@ -56,12 +56,12 @@ ram.runtime = "50M" extract = false rename = "miniflux" - arm64.url = "https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-arm64" - arm64.sha256 = "87d935e43d3697fbe85fafd91abb31493201d734891eaed3998753ceebe6709a" - amd64.url = "https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-amd64" - amd64.sha256 = "8ef7665f11d3c62c6919e690652abdc97d650abf1e9ca088db29d401ea02e101" - armhf.url = "https://github.com/miniflux/v2/releases/download/2.1.0/miniflux-linux-armv7" - armhf.sha256 = "6927dbab2cc27c832ae3b9c9bd7ab26eb8a0d903a9d1cde22ee9daf207baa4c6" + arm64.url = "https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-arm64" + arm64.sha256 = "a0296767768142b18d64a201e8f6e5fe95a81f262c5e5a171d8c6faad0cb9976" + amd64.url = "https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-amd64" + amd64.sha256 = "986559c25feac1265342a6182fcfa770975aa73f8978e8fea464533f353845da" + armhf.url = "https://github.com/miniflux/v2/releases/download/2.1.1/miniflux-linux-armv7" + armhf.sha256 = "ffe088854446b8c91a063be176df488e50a33b913256c430690fa333c8a24f83" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^miniflux-linux-amd64$" autoupdate.asset.arm64 = "^miniflux-linux-arm64$" From 51303f13e3900fb620860dfb6ce7c66654bf23e5 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:29:16 +0100 Subject: [PATCH 2/2] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 7502114..2dad237 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Agrégateur de flux RSS minimaliste" version = "2.1.1~ynh1" -maintainers = ["eric_G"] +maintainers = [] [upstream] license = "Apache-2.0"