From d89a24cf071df4bc64d0952e5e97843c16985da5 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 8 Sep 2023 11:35:07 +0200 Subject: [PATCH 1/4] Version 2.6.6 --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index e296f92..f1cbb0b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.5/wallabag-2.6.5.tar.gz" - sha256 = "4800a938c648901944f965e96654a11df5f3d4193d467ee72d5273a9419699a0" + url = "https://static.wallabag.org/releases/wallabag-release-2.6.6.tar.gz" + sha256 = "b2b2032b39dc0fe11c14eaf12c70bc572eca3db2489e789460d718dcc8911c4f" autoupdate.strategy = "latest_github_tag" [resources.system_user] From e44769e89a8ce2f506e85bc58ee5f51b20ff71e9 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 8 Sep 2023 11:35:19 +0200 Subject: [PATCH 2/4] v2.6.6 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index f1cbb0b..6d1a7fb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Wallabag" description.en = "Self hostable read-it-later app" description.fr = "Application de lecture-plus-tard auto-hébergeable" -version = "2.6.5~ynh1" +version = "2.6.6~ynh1" maintainers = ["lapineige"] From 946785db2d1f4d33f951b1de972b61201e705237 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 8 Sep 2023 09:35:22 +0000 Subject: [PATCH 3/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 2d17edc..c61572c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Wallabag is a self hostable Read-It-Later application allowing you to not miss a It provides a web interface, browser (Firefox/Chrome/Opera) add-ons, mobile apps (Android/iOS/Windows Phone) and even on e-reader (PocketBook/Kobo). -**Shipped version:** 2.6.5~ynh1 +**Shipped version:** 2.6.6~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index 1903b47..6448391 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Wallabag est une application de lecture différée : elle permet simplement d Sont disponibles une interface web, des add-ons pour navigateurs (Firefox/Chrome/Opera), des applications pour mobile (Android/iOS/Windows Phone) et même sur liseuse (PocketBook/Kobo). -**Version incluse :** 2.6.5~ynh1 +**Version incluse :** 2.6.6~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ From 0e0d09a41523ccfacafe3b3939299b0f4474e1d2 Mon Sep 17 00:00:00 2001 From: lapineige Date: Fri, 8 Sep 2023 13:51:13 +0200 Subject: [PATCH 4/4] fix source URL --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6d1a7fb..f1937de 100644 --- a/manifest.toml +++ b/manifest.toml @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://static.wallabag.org/releases/wallabag-release-2.6.6.tar.gz" - sha256 = "b2b2032b39dc0fe11c14eaf12c70bc572eca3db2489e789460d718dcc8911c4f" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.6/wallabag-2.6.6.tar.gz" + sha256 = "d029091521cf9cecf7df7fbbb8c52a5c8dc0f5db00f457216575e6c2aec5d3da" autoupdate.strategy = "latest_github_tag" [resources.system_user]