From 8b71b2573c09a2fdb5496dc3d4c2430bfd1455d2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 24 Sep 2021 06:14:11 +0000 Subject: [PATCH 1/6] Upgrade to v0.128.4 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index a6fab7e..98ea632 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.128.3/komga-0.128.3.jar -SOURCE_SUM=99dd7fffa368e7000e57700e89a1635cbc4fac1975aa47dbc4ede9bbab008a77 +SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.128.4/komga-0.128.4.jar +SOURCE_SUM=88d870b4e7fb936508e8e8feb1cdfde80d05dfc77ce36bd35ef4b2bcf75a274e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=jar SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index bb82226..2d45618 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Media server for your comics, manga and magazines", "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" }, - "version": "0.128.3~ynh1", + "version": "0.128.4~ynh1", "url": "https://komga.org", "upstream": { "license": "MIT", From 4bbc98d4479ee2d993e94dca6f60e9c36c06873e Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 24 Sep 2021 06:14:15 +0000 Subject: [PATCH 2/6] 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 d4ef211..1fd3dd2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Shipped version:** 0.128.3~ynh1 +**Shipped version:** 0.128.4~ynh1 **Demo:** https://demo.komga.org diff --git a/README_fr.md b/README_fr.md index 479b9e5..2a2214d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Version incluse :** 0.128.3~ynh1 +**Version incluse :** 0.128.4~ynh1 **Démo :** https://demo.komga.org From cdce5f61e2aa4bc072f7feb64575ce7d7c340f56 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 30 Sep 2021 11:48:44 +0200 Subject: [PATCH 3/6] Update updater.yml --- .github/workflows/updater.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index ac9957f..cabeda6 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -41,6 +41,7 @@ jobs: author: 'yunohost-bot ' signoff: false branch: ci-auto-update-v${{ env.VERSION }} + base: testing delete-branch: true title: 'Upgrade to version ${{ env.VERSION }}' body: | From d500576b5c3e44767dcdf0c3cb029429f6b4e1ee Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 1 Oct 2021 09:24:14 +0200 Subject: [PATCH 4/6] Update updater.sh --- .github/workflows/updater.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 2a6da3b..d077842 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -121,11 +121,8 @@ done # GENERIC FINALIZATION #================================================= -# Install moreutils, needed for sponge -sudo apt-get install moreutils - # Replace new version in manifest -jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json +echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json # No need to update the README, yunohost-bot takes care of it From 99f18e875edf16fdc18503f036f95e8a08e20923 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 7 Oct 2021 06:14:07 +0000 Subject: [PATCH 5/6] Upgrade to v0.132.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 26a5d1f..3974642 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.129.0/komga-0.129.0.jar -SOURCE_SUM=2c90c2c7a23f27b4b38de2a26f867915eb5cdd68a1aacafdf02ba5399897c2e8 +SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.132.0/komga-0.132.0.jar +SOURCE_SUM=cb518713b404897d9c6256bf124bfb4aa306168302f5ad116706d26891d088d5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=jar SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index d422e22..90dda76 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Media server for your comics, manga and magazines", "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" }, - "version": "0.129.0~ynh1", + "version": "0.132.0~ynh1", "url": "https://komga.org", "upstream": { "license": "MIT", From 43b41288f98cdbdedcd6faf7f8497ee02a97deee Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 7 Oct 2021 06:14:12 +0000 Subject: [PATCH 6/6] 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 d723e0e..e4b1194 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Shipped version:** 0.129.0~ynh1 +**Shipped version:** 0.132.0~ynh1 **Demo:** https://demo.komga.org diff --git a/README_fr.md b/README_fr.md index f2cb4ee..8749f0d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Komga is a free and open source comics/mangas server. - Download book files -**Version incluse :** 0.129.0~ynh1 +**Version incluse :** 0.132.0~ynh1 **Démo :** https://demo.komga.org