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 #36 from YunoHost-Apps/ci-auto-update-0.7.13

This commit is contained in:
OniriCorpe 2024-01-19 05:51:30 +01:00 committed by GitHub
commit f98e3b8843
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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.12~ynh1 **Shipped version:** 0.7.13~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.12~ynh1 **Version incluse :** 0.7.13~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.12~ynh1" version = "0.7.13~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -46,12 +46,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.12/kavita-linux-x64.tar.gz" amd64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.13/kavita-linux-x64.tar.gz"
amd64.sha256 = "eb34de621e85adda7b08e4241109e89b7f69a744cfad152459cf8a128e8526e2" amd64.sha256 = "1b699f5e1943f642a902a819dc6821685e4ced0236f1d9278704918189e51bb8"
arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.12/kavita-linux-arm64.tar.gz" arm64.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.13/kavita-linux-arm64.tar.gz"
arm64.sha256 = "6d9fa74bf1a7a08d3b9b512e784de3149fb7e7fa6537569ee39e8b8c574b2ce1" arm64.sha256 = "97459143683c19e0a22208a01fa34cd098fd28af07b98cc4c9e76fea0bab3ad9"
armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.12/kavita-linux-arm.tar.gz" armhf.url = "https://github.com/Kareadita/Kavita/releases/download/v0.7.13/kavita-linux-arm.tar.gz"
armhf.sha256 = "555cb52ebd178cd193c1fb8fc957e679814caf630f2f50729ec9eefa79651002" armhf.sha256 = "0e50acf1f3f25c3ab8486f58ad8a74d99bec36f4e04379a8984875469d9b9eb4"
# 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"