From 02317196e9fdad7f825ce38f93d68370d7c418a7 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 29 Feb 2024 22:20:50 +0100 Subject: [PATCH] Upgrade to v1.8.8 (#17) --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index fa00d4f..e899296 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Question2Answer (Q2A) is a popular open source Q&A platform for PHP/MySQL. -**Shipped version:** 1.8.6~ynh2 +**Shipped version:** 1.8.8~ynh1 **Demo:** http://demo.question2answer.org diff --git a/README_fr.md b/README_fr.md index 77d7df5..bb06cbe 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Question2Answer (Q2A) est une plateforme de Questions/Réponses pour PHP/MySQL. -**Version incluse :** 1.8.6~ynh2 +**Version incluse :** 1.8.8~ynh1 **Démo :** http://demo.question2answer.org diff --git a/manifest.toml b/manifest.toml index 11e5c95..7fc31c4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Question2Answer" description.en = "Platform for Question&Answer sites." description.fr = "Plateforme de Question/Réponses." -version = "1.8.6~ynh2" +version = "1.8.8~ynh1" maintainers = ["Nils Van Zuijlen"] @@ -58,14 +58,14 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/q2a/question2answer/releases/download/v1.8.6/question2answer-1.8.6.zip" - sha256 = "9200234584f576ff6b651baa9cfa08795cfda6c303d855a1bf9df6183f25b2a9" + url = "https://github.com/q2a/question2answer/releases/download/v1.8.8/question2answer-1.8.8.zip" + sha256 = "1456ef9ebd4e8029e43e819be158a69f73c919ca38350f230fece1a6907ec4d2" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^question2answer-.*\\.zip$" [resources.sources.ldap] - url = "https://github.com/zakkak/qa-ldap-login/archive/857ad8bf3ca891cb33fa6e8816ed0d3e198c1afc.zip" - sha256 = "a584525c43410b1029e767265ea93e16e945a00c70e9358876407986f144790a" + url = "https://github.com/zakkak/qa-ldap-login/archive/857ad8bf3ca891cb33fa6e8816ed0d3e198c1afc.tar.gz" + sha256 = "9f45f391c83b2fea42d4d171208a96c839d2b08e936db6e079530db9bf6f7d15" autoupdate.upstream = "https://github.com/zakkak/qa-ldap-login" autoupdate.strategy = "latest_github_commit"