From 14e2d7c2ea2c63d90bc666e72ddcbd3347ba969f Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 24 Sep 2023 22:42:48 +0200 Subject: [PATCH 1/4] 2023.09.24 --- manifest.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 101262b..a675bfe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "RSS-Bridge" description.en = "RSS and Atom feed generator for websites that don't have one" description.fr = "Générateur de flux RSS et Atom pour les sites Web qui n'en ont pas" -version = "2023.07.13~ynh2" +version = "2023.09.24~ynh2" maintainers = ["JimboJoe"] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-07-13.tar.gz" - sha256 = "2aacd86a6c5387660782b881d7b07bd278477e55913e63c4dd6aae09e02b9d50" + url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-09-24.tar.gz" + sha256 = "8afad274d0c208a0cda5501c5aef64310b307b81a2df4cd28a362d3db89b4b15" [resources.system_user] @@ -51,4 +51,4 @@ ram.runtime = "50M" [resources.apt] packages = "php8.2-fpm, php8.2-mbstring, php8.2-xml, php8.2-curl" - \ No newline at end of file + From d68f48fb0ec9af0d9c995d0896f093d34cd6e10d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 24 Sep 2023 20:42:51 +0000 Subject: [PATCH 2/4] 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 af15e4d..02cee25 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Shipped version:** 2023.07.13~ynh2 +**Shipped version:** 2023.09.24~ynh2 **Demo:** https://wtf.roflcopter.fr/rss-bridge/ diff --git a/README_fr.md b/README_fr.md index ea98f03..f163a49 100644 --- a/README_fr.md +++ b/README_fr.md @@ -53,7 +53,7 @@ Output format can take several forms: * `Plaintext` : raw text (php object, as returned by print_r) -**Version incluse :** 2023.07.13~ynh2 +**Version incluse :** 2023.09.24~ynh2 **Démo :** https://wtf.roflcopter.fr/rss-bridge/ From 6a8f7e38750acae0c72b35be3f25bf24e0bff64c Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 15 Feb 2024 04:54:23 +0100 Subject: [PATCH 3/4] autoupdate.strategy = "latest_github_release" --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index a675bfe..c77993e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -41,6 +41,7 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/RSS-Bridge/rss-bridge/archive/refs/tags/2023-09-24.tar.gz" sha256 = "8afad274d0c208a0cda5501c5aef64310b307b81a2df4cd28a362d3db89b4b15" + autoupdate.strategy = "latest_github_release" [resources.system_user] From d353ec686745fbb983374e695dacdcbba5666ad4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 15 Feb 2024 03:54:26 +0000 Subject: [PATCH 4/4] 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 02cee25..571ee8e 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Output format can take several forms: * Official admin documentation: * Upstream app code repository: -* YunoHost documentation for this app: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index f163a49..1890458 100644 --- a/README_fr.md +++ b/README_fr.md @@ -65,7 +65,7 @@ Output format can take several forms: * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs