From a7b2c206c569a781575bd562a05ebe1a31b5e004 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 6 Apr 2023 10:19:29 +0200 Subject: [PATCH 1/4] Update updater.sh --- .github/workflows/updater.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index eeec05c..a9ee246 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -18,7 +18,7 @@ # Fetching information current_version=$(cat manifest.toml | tomlq -j '.version|split("~")[0]') -repo=$(cat manifest.toml | tomlq -j '.upstream.code|split("https://github.com/")[1]') +repo=$(cat manifest.toml | tomlq -j '.upstream.code|split("https://forge.chapril.org/")[1]') version=$(curl --silent "https://forge.chapril.org/api/v1/repos/$repo/releases?draft=false&pre-release=false&limit=1" | jq -r '.[] | .tag_name') asset_url=$(curl --silent "https://forge.chapril.org/api/v1/repos/$repo/releases?draft=false&pre-release=false&limit=1" | jq -r '.[] | .tarball_url') From 29df4cbe4606b723342a6620446fae29439e0c38 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Apr 2023 08:20:04 +0000 Subject: [PATCH 2/4] Upgrade to v12.3.05 --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 6566a06..b26b135 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "ZwiiCMS" description.en = "Simple, lightweight, database-free, scalable and responsive CMS" description.fr = "CMS simple, léger, sans base de données, modulable et responsive" -version = "12.3.04~ynh1" +version = "12.3.05~ynh1" maintainers = ["ewilly"] From 5015b98d615af142fd3a3935dd85b4d694cf1d27 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Apr 2023 08:20:05 +0000 Subject: [PATCH 3/4] Update to version 12.3.05 --- conf/app.src | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf/app.src diff --git a/conf/app.src b/conf/app.src new file mode 100644 index 0000000..e408972 --- /dev/null +++ b/conf/app.src @@ -0,0 +1,5 @@ +SOURCE_URL=https://forge.chapril.org/ZwiiCMS-Team/ZwiiCMS/archive/12.3.05.tar.gz +SOURCE_SUM=e7494600a62de57101a17fddc199f6670fe051bfd33d0a8d7b9e01ac2ef10358 +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=true From cca01b30d515a0e7b3f9375da503f0eba19fe1cb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 6 Apr 2023 08:20:09 +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 cfcf46b..5e3942f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man - Flexible -**Shipped version:** 12.3.04~ynh1 +**Shipped version:** 12.3.05~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 064daf1..7fd103f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -29,7 +29,7 @@ Zwii is a database-less (flat-file) CMS that allows you to easily create and man - Flexible -**Version incluse :** 12.3.04~ynh1 +**Version incluse :** 12.3.05~ynh1 ## Captures d’écran