1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/komga_ynh.git synced 2024-09-03 19:36:07 +02:00

Merge pull request #30 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2021-09-17 16:01:46 +02:00 committed by GitHub
commit b9a7a28c91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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",