From d157a6bcb0c967a49a0e96e8e3d73a5ef394e66d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 7 May 2023 09:15:47 +0200 Subject: [PATCH 1/3] fix --- check_process | 26 -------------------------- conf/systemd.service | 2 +- manifest.toml | 2 +- 3 files changed, 2 insertions(+), 28 deletions(-) delete mode 100644 check_process diff --git a/check_process b/check_process deleted file mode 100644 index bcc898b..0000000 --- a/check_process +++ /dev/null @@ -1,26 +0,0 @@ -;; Test complet - ; Manifest - domain="domain.tld" - path="/path" - is_public=1 - admin="john" - password="password" - ; Checks - pkg_linter=1 - setup_sub_dir=1 - setup_root=1 - setup_nourl=0 - setup_private=1 - setup_public=1 - upgrade=1 - upgrade=1 from_commit=aaee25fd688435d63ed304f418829e4e036004d5 - backup_restore=1 - multi_instance=1 - change_url=1 -;;; Options -Email= -Notification=none -;;; Upgrade options - ; commit=aaee25fd688435d63ed304f418829e4e036004d5 - name=Merge pull request #8 - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=4533& \ No newline at end of file diff --git a/conf/systemd.service b/conf/systemd.service index 34700b3..4dd8caa 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Miniflux: feed Reader +Description=Miniflux: Feed Reader Documentation=https://miniflux.app/docs/#database-connection-parameters After=network.target postgresql.service diff --git a/manifest.toml b/manifest.toml index cac604b..a285237 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ admindoc = "https://miniflux.app/docs/index.html" code = "https://github.com/miniflux/v2" [integration] -yunohost = ">= 11.1.17" +yunohost = ">= 11.1.18" architectures = ["amd64", "armhf", "arm64"] multi_instance = true ldap = false From 5cfadfb742f1a66c88388b9f9448ca4c33dc82e4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 7 May 2023 09:19:03 +0200 Subject: [PATCH 2/3] Update manifest.toml --- manifest.toml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/manifest.toml b/manifest.toml index a285237..3b18b21 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.0.43~ynh1" +version = "2.0.44~ynh1" maintainers = ["eric_G"] @@ -53,13 +53,12 @@ ram.runtime = "50M" extract = false rename = "miniflux" - arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-arm64" - arm64.sha256 = "1b4f875f98b4b0e66e922417ef0714839cf8e26c470ccc7f4044cf35765fc86a" - amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-amd64" - amd64.sha256 = "bb899aae069cfc9effe846fe14cc365d5f82c6974dfde7382b23e41564fc079a" - armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.43/miniflux-linux-armv7" - armhf.sha256 = "a9f563bf00733202ae638e38c72a2d09f7f4ee907392c4a7a4f41c6b18354e04" - + arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-arm64" + arm64.sha256 = "861d8763f548963b76645704a32e4b4838773430f25d1ef49989bae6f836bdb7" + amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-amd64" + amd64.sha256 = "1a7fb7db4f1590cb9889c9eb3ba368360da8fc911bb78c90e7aa471d3505c23e" + armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.44/miniflux-linux-armv7" + armhf.sha256 = "4b3a90033108880f58a93c792f9acd33a85faaf05a68d98ef4eda3a136c1cd2d" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^miniflux-linux-amd64$" autoupdate.asset.arm64 = "^miniflux-linux-arm64$" From 795aa5e08bb22a66a5014ddc4b847fc2475397e9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 7 May 2023 07:19:07 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1364dbd..f720ed8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.43~ynh1 +**Shipped version:** 2.0.44~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index fcbd6c6..5215f19 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Minimalist and opinionated RSS feed reader -**Version incluse :** 2.0.43~ynh1 +**Version incluse :** 2.0.44~ynh1 ## Captures d’écran