mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Implement auto-updater with a dummy source
This commit is contained in:
parent
d6ef266522
commit
3a2ce670c1
1 changed files with 7 additions and 0 deletions
|
@ -62,3 +62,10 @@ ram.runtime = "50M"
|
|||
extras.sonarr.repo = "https://apt.sonarr.tv/debian buster main"
|
||||
extras.sonarr.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2009837CBFFD68F45BC180471F4F90DE2A9B4BF8"
|
||||
extras.sonarr.packages = "sonarr"
|
||||
|
||||
# Dummy source to trigger the auto-updater
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/Sonarr/Sonarr/archive/refs/tags/3.0.10.1567.tar.gz"
|
||||
sha256 = "1fd4129216a1baee66c40ecc6af7d86802a04ffd12ecc5fd0afff1e5469ae99c"
|
||||
prefetch = false
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
|
Loading…
Add table
Reference in a new issue