From f68e77d704e609d9e8c36f128e059a791248af00 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 10 Jul 2024 03:34:25 +0200 Subject: [PATCH 1/3] Upgrade to v1.1.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2d78f03..41594f7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Galette" description.en = "Membership management web application for non profit organizations" description.fr = "Outil de gestion d'adhérents et de cotisation en ligne pour associations" -version = "1.1.2~ynh1" +version = "1.1.3~ynh1" maintainers = [] @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://www.galette.eu/download/galette-1.1.2.tar.bz2" - sha256 = "37d6d430b884480c4595f2eaca1810be3a89dcb1e708ca5440f9ae7363916cdd" + url = "https://github.com/galette/galette/archive/refs/tags/1.1.3.tar.gz" + sha256 = "8bfd5fc1bd2c0bf151c87f7dda77af10ba16c26a02dd7200cdf72c49ca0d353f" autoupdate.strategy = "latest_github_tag" autoupdate.needs_manual_tweaks = true From 781dd4f00e501a8c3e1a5690c25adaba7bd5307b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 10 Jul 2024 01:34:27 +0000 Subject: [PATCH 2/3] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2c4c28f..0daa425 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Shipped version:** 1.1.2~ynh1 +**Shipped version:** 1.1.3~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 86bc06e..9fe11fb 100644 --- a/README_es.md +++ b/README_es.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Versión actual:** 1.1.2~ynh1 +**Versión actual:** 1.1.3~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 616b5af..5e58bbd 100644 --- a/README_eu.md +++ b/README_eu.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Paketatutako bertsioa:** 1.1.2~ynh1 +**Paketatutako bertsioa:** 1.1.3~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 2fceabf..495bfe8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -31,7 +31,7 @@ Outil de gestion d'adhérents et de cotisation en ligne pour associations. - Support de plugins -**Version incluse :** 1.1.2~ynh1 +**Version incluse :** 1.1.3~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 17cb798..d49d9b2 100644 --- a/README_gl.md +++ b/README_gl.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**Versión proporcionada:** 1.1.2~ynh1 +**Versión proporcionada:** 1.1.3~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index efcd946..45b50c8 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -30,7 +30,7 @@ Galette is a membership management web application towards non profit organizati - Plugin support -**分发版本:** 1.1.2~ynh1 +**分发版本:** 1.1.3~ynh1 **演示:** From 16a2ecac97af7885e670accba3cbe14938aabb3c Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Wed, 10 Jul 2024 09:12:34 +0200 Subject: [PATCH 3/3] Fix asset url --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 41594f7..f8a7c75 100644 --- a/manifest.toml +++ b/manifest.toml @@ -51,8 +51,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/galette/galette/archive/refs/tags/1.1.3.tar.gz" - sha256 = "8bfd5fc1bd2c0bf151c87f7dda77af10ba16c26a02dd7200cdf72c49ca0d353f" + url = "https://www.galette.eu/download/galette-1.1.3.tar.bz2" + sha256 = "4797a529e5ba7925a2f265fce30801ca05db515832e6bc00c51413492841993a" autoupdate.strategy = "latest_github_tag" autoupdate.needs_manual_tweaks = true