mirror of
https://github.com/YunoHost-Apps/miniflux_ynh.git
synced 2024-09-03 19:45:58 +02:00
Merge pull request #29 from YunoHost-Apps/ci-auto-update-2.0.43
Upgrade to v2.0.43
This commit is contained in:
commit
187ccfc5d9
3 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Minimalist and opinionated RSS feed reader
|
Minimalist and opinionated RSS feed reader
|
||||||
|
|
||||||
**Shipped version:** 2.0.42~ynh2
|
**Shipped version:** 2.0.43~ynh2
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Minimalist and opinionated RSS feed reader
|
Minimalist and opinionated RSS feed reader
|
||||||
|
|
||||||
**Version incluse :** 2.0.42~ynh2
|
**Version incluse :** 2.0.43~ynh2
|
||||||
|
|
||||||
## Captures d’écran
|
## Captures d’écran
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Miniflux"
|
||||||
description.en = "Minimalist and opinionated RSS feed reader"
|
description.en = "Minimalist and opinionated RSS feed reader"
|
||||||
description.fr = "Agrégateur de flux RSS minimaliste"
|
description.fr = "Agrégateur de flux RSS minimaliste"
|
||||||
|
|
||||||
version = "2.0.42~ynh2"
|
version = "2.0.43~ynh2"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -53,12 +53,12 @@ ram.runtime = "50M"
|
||||||
extract = false
|
extract = false
|
||||||
rename = "miniflux"
|
rename = "miniflux"
|
||||||
|
|
||||||
arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-arm64"
|
arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-arm64"
|
||||||
arm64.sha256 = "ad97817e47f2c3384965f8e379de04dcbb68f768d8dc0804386003a774effe06"
|
arm64.sha256 = "1b4f875f98b4b0e66e922417ef0714839cf8e26c470ccc7f4044cf35765fc86a"
|
||||||
amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-amd64"
|
amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-amd64"
|
||||||
amd64.sha256 = "b1706d1a9c059b83f660d7b3649b8bb3b401b9dd65bb06daf7413040dd4ff2c2"
|
amd64.sha256 = "bb899aae069cfc9effe846fe14cc365d5f82c6974dfde7382b23e41564fc079a"
|
||||||
armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.42/miniflux-linux-armv7"
|
armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-armv7"
|
||||||
armhf.sha256 = "17901fb4ef1f29c41f79c42c8629d2b46071b2d0d528ba90a29966ff3dabb8ee"
|
armhf.sha256 = "a9f563bf00733202ae638e38c72a2d09f7f4ee907392c4a7a4f41c6b18354e04"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
|
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
|
||||||
|
|
Loading…
Reference in a new issue