From f0512c42b287e079d31908dfd54c21f40e88ebae Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 21 Aug 2023 18:26:00 +0200 Subject: [PATCH] 2.6.3 (#176) * update to 2.6.3 * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c1bcf37..95ddae4 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.2~ynh1 +**Shipped version:** 2.6.3~ynh1 **Demo:** https://demo.yunohost.org/wallabag/ diff --git a/README_fr.md b/README_fr.md index b7ded18..7f51293 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.2~ynh1 +**Version incluse :** 2.6.3~ynh1 **Démo :** https://demo.yunohost.org/wallabag/ diff --git a/manifest.toml b/manifest.toml index 5fc82db..6b33895 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.2~ynh1" +version = "2.6.3~ynh1" maintainers = ["lapineige"] @@ -39,8 +39,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/wallabag/wallabag/releases/download/2.6.2/wallabag-2.6.2.tar.gz" - sha256 = "fe7b573cc90bdf4a984decf74aeeb7fc387720544e5f1773d0ff97cd2768ce6c" + url = "https://github.com/wallabag/wallabag/releases/download/2.6.3/wallabag-2.6.3.tar.gz" + sha256 = "3b9515d407639a130e996db45bd2186019d27f959f3b1b9e79c11fbdcf4a43ea" autoupdate.strategy = "latest_github_tag" [resources.system_user]