mirror of
https://github.com/YunoHost-Apps/komga_ynh.git
synced 2024-09-03 19:36:07 +02:00
commit
4caef8bdbf
5 changed files with 6 additions and 9 deletions
5
.github/workflows/updater.sh
vendored
5
.github/workflows/updater.sh
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ Komga is a free and open source comics/mangas server.
|
|||
- Download book files
|
||||
|
||||
|
||||
**Shipped version:** 0.131.0~ynh1
|
||||
**Shipped version:** 0.132.0~ynh1
|
||||
|
||||
**Demo:** https://demo.komga.org
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ Komga is a free and open source comics/mangas server.
|
|||
- Download book files
|
||||
|
||||
|
||||
**Version incluse :** 0.131.0~ynh1
|
||||
**Version incluse :** 0.132.0~ynh1
|
||||
|
||||
**Démo :** https://demo.komga.org
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotson/komga/releases/download/v0.131.0/komga-0.131.0.jar
|
||||
SOURCE_SUM=e24faced026e34b8d0bef4f067df254e67842dc2a7ce20514e3ddf19d88567ed
|
||||
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
|
||||
|
|
|
@ -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.131.0~ynh1",
|
||||
"version": "0.132.0~ynh1",
|
||||
"url": "https://komga.org",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue