diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 9b823ba..2a6da3b 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -125,7 +125,7 @@ done sudo apt-get install moreutils # Replace new version in manifest -jq -s --indent 4 ".[] | .version = \"$VERSION~ynh1\"" manifest.json | sponge manifest.json +jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json | sponge manifest.json # No need to update the README, yunohost-bot takes care of it diff --git a/README.md b/README.md index 19773b9..ae5e565 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.126.0~ynh4 +**Shipped version:** 0.128.1~ynh1 **Demo:** https://demo.komga.org diff --git a/README_fr.md b/README_fr.md index 2147dc5..452c2fb 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.126.0~ynh4 +**Version incluse :** 0.128.1~ynh1 **Démo :** https://demo.komga.org diff --git a/conf/app.src b/conf/app.src index eb65e08..e14b4ed 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.126.0/komga-0.126.0.jar -SOURCE_SUM=eb270399da5e9f47689d921197c635239e46043d9c151cd3627be058ceb29c5c +SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.128.1/komga-0.128.1.jar +SOURCE_SUM=6cea64c49b1a619584c71b09ede11c72659f5abecb28a1f48dd0f202da8bab54 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=jar SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index e188076..77eb329 100644 --- a/manifest.json +++ b/manifest.json @@ -6,14 +6,13 @@ "en": "Media server for your comics, manga and magazines", "fr": "Serveur multimédia pour vos bandes dessinées, mangas et magazines" }, - "version": "0.126.0~ynh4", + "version": "0.128.1~ynh1", "url": "https://komga.org", "upstream": { "license": "MIT", "website": "https://komga.org", "demo": "https://demo.komga.org", "admindoc": "https://komga.org/guides/", - "userdoc": "https://yunohost.org/apps", "code": "https://github.com/gotson/komga" }, "multi_instance": true, @@ -30,11 +29,10 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain", - "example": "example.com" }, { "name": "path",