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

Merge pull request #29 from YunoHost-Apps/testing

Testing v0.7.11
This commit is contained in:
OniriCorpe 2023-12-04 15:34:00 +01:00 committed by GitHub
commit a62c39ce37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 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.7.10.2~ynh1 **Shipped version:** 0.7.11~ynh1
**Demo:** https://demo.kavitareader.com/ **Demo:** 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.7.10.2~ynh1 **Version incluse :** 0.7.11~ynh1
**Démo :** https://demo.kavitareader.com/ **Démo :** https://demo.kavitareader.com/

View file

@ -5,7 +5,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.7.10.2~ynh1" version = "0.7.11~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -43,12 +43,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.7.10.2/kavita-linux-x64.tar.gz" amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.11/kavita-linux-x64.tar.gz"
amd64.sha256 = "63ab651b6b45080729174f5f7ac28295a1f1b2de83835ff169fb2b41d5cd93e9" amd64.sha256 = "9260335faf528c19329284b7d6e8e51c7eeec6e67a2a8cc098763c360c07f05d"
arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.10.2/kavita-linux-arm64.tar.gz" arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.11/kavita-linux-arm64.tar.gz"
arm64.sha256 = "121a2a206b06baa390266c73e1e9e3353f326b47b9839c8dea1b3775de75d47d" arm64.sha256 = "7d12702c25eabd098578bfa6d834a4133886ef3953e6db8318a291eb4a288668"
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.10.2/kavita-linux-arm.tar.gz" armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.11/kavita-linux-arm.tar.gz"
armhf.sha256 = "091cf2dfa0058cce8a8e30873b994869672dd703663aa051e51b6a150541d03d" armhf.sha256 = "8b5761d1891c1d770a75ca62e2f231aea9df395c047d8f9c921cc123551314f2"
# 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"