mirror of
https://github.com/YunoHost-Apps/readarr_ynh.git
synced 2024-09-03 20:16:17 +02:00
Update to 0.3.19.2437 and disabling the autoupdater
This commit is contained in:
parent
54ec372957
commit
3365721628
1 changed files with 7 additions and 4 deletions
|
@ -7,7 +7,7 @@ name = "Readarr"
|
|||
description.en = "Book Manager and Automation (Sonarr for Ebooks)"
|
||||
description.fr = "Gestionnaire de livres et automatisation (Sonarr pour livres électroniques)"
|
||||
|
||||
version = "0.3.6.2232~ynh1"
|
||||
version = "0.3.19.2437~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -48,9 +48,12 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/Readarr/Readarr/releases/download/v0.3.6.2232/Readarr.develop.0.3.6.2232.linux-core-x64.tar.gz"
|
||||
sha256 = "1f8f168ea4401bb23e20f84200db89d77ec8c025e44dae6fadf8795a6e2d3b21"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
url = "https://github.com/Readarr/Readarr/releases/download/v0.3.19.2437/Readarr.develop.0.3.19.2437.linux-core-x64.tar.gz"
|
||||
sha256 = "b8d6508b3bce3f280ff8b5720401ac84171f8c2e2bad7f661ad6aabfca4158a0"
|
||||
|
||||
# autoupdater disabled as we're using pre releases
|
||||
# autoupdate.strategy = "latest_github_tag"
|
||||
# autoupdate.asset = "^Readarr.develop.*linux-core-x64.tar.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue