1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kavita_ynh.git synced 2024-09-03 19:26:30 +02:00

Upgrade to v0.8.1 (#45)

This commit is contained in:
YunoHost Bot 2024-04-23 05:05:10 +02:00 committed by GitHub
parent 0d15493a5d
commit b746060c25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 12 additions and 12 deletions

View file

@ -31,7 +31,7 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu
- OPDS-PS Support - OPDS-PS Support
**Shipped version:** 0.8.0~ynh1 **Shipped version:** 0.8.1~ynh1
**Demo:** <https://demo.kavitareader.com/> **Demo:** <https://demo.kavitareader.com/>

View file

@ -31,7 +31,7 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu
- OPDS-PS Support - OPDS-PS Support
**Paketatutako bertsioa:** 0.8.0~ynh1 **Paketatutako bertsioa:** 0.8.1~ynh1
**Demoa:** <https://demo.kavitareader.com/> **Demoa:** <https://demo.kavitareader.com/>

View file

@ -30,7 +30,7 @@ Kavita est un serveur de lecture multiplateforme rapide et riche en fonctionnali
- Analyses de bibliothèque rapides et efficaces. N'effectuez pas d'E/S si le fichier sous-jacent n'a pas changé. - Analyses de bibliothèque rapides et efficaces. N'effectuez pas d'E/S si le fichier sous-jacent n'a pas changé.
- Prise en charge OPDS-PS - Prise en charge OPDS-PS
**Version incluse:** 0.8.0~ynh1 **Version incluse:** 0.8.1~ynh1
**Démo:** <https://demo.kavitareader.com/> **Démo:** <https://demo.kavitareader.com/>

View file

@ -31,7 +31,7 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu
- OPDS-PS Support - OPDS-PS Support
**Versión proporcionada:** 0.8.0~ynh1 **Versión proporcionada:** 0.8.1~ynh1
**Demo:** <https://demo.kavitareader.com/> **Demo:** <https://demo.kavitareader.com/>

View file

@ -31,7 +31,7 @@ Kavita is a fast, feature rich, cross platform reading server. Built with a focu
- OPDS-PS Support - OPDS-PS Support
**分发版本:** 0.8.0~ynh1 **分发版本:** 0.8.1~ynh1
**演示:** <https://demo.kavitareader.com/> **演示:** <https://demo.kavitareader.com/>

View file

@ -7,7 +7,7 @@ name = "Kavita"
description.en = "Media server for your comics, manga and books" description.en = "Media server for your comics, manga and books"
description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres" description.fr = "Serveur multimédia pour vos bandes dessinées, mangas et livres"
version = "0.8.0~ynh1" version = "0.8.1~ynh1"
maintainers = [ "eric_G" ] maintainers = [ "eric_G" ]
@ -48,12 +48,12 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
in_subdir = true in_subdir = true
amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.0/kavita-linux-x64.tar.gz" amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.1/kavita-linux-x64.tar.gz"
amd64.sha256 = "84702cce150403fb4830e29e13097b395887b58cc487bf0701388b306a22c647" amd64.sha256 = "8016b07969701d5a947eddfddb7330e38413c2500ba13d66773402602f81d597"
arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.0/kavita-linux-arm64.tar.gz" arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.1/kavita-linux-arm64.tar.gz"
arm64.sha256 = "6c4d87af649dc79b8004b687f5ceb78a4c09efb7f9ef2b80a4e243cb55b0b9bc" arm64.sha256 = "a4715b92e9408c1991031758294db8f4ad663caf7b098e1f9dec1af930c9da98"
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.0/kavita-linux-arm.tar.gz" armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.8.1/kavita-linux-arm.tar.gz"
armhf.sha256 = "c7d8ac8c59bb1551a434a545db02771bc5eda301344e03f801bea78e9e22b43e" armhf.sha256 = "2c2b7584133c1cf51515e444d8ce9e4ec0ae3ff2dbd70db949fbfc1753b9ec5d"
# https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate # https://yunohost.org/fr/packaging_apps_resources#regarding-autoupdate
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"