mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Upgrade sources
- `main` v0.22.468: https://github.com/Jackett/Jackett/releases/tag/v0.22.468
This commit is contained in:
parent
56ac16a99e
commit
7d25646901
1 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ name = "Jackett"
|
|||
description.en = "API support for your favorite torrent trackers"
|
||||
description.fr = "API pour vos trackers torrent préférés"
|
||||
|
||||
version = "0.22.450~ynh1"
|
||||
version = "0.22.468~ynh1"
|
||||
|
||||
maintainers = ["Navan Chauhan"]
|
||||
|
||||
|
@ -39,12 +39,12 @@ ram.runtime = "200M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.450/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
||||
amd64.sha256 = "42bf150f12722649715dc611943b810ce66307592e7b252683b9a20c74ca2a93"
|
||||
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.450/Jackett.Binaries.LinuxARM64.tar.gz"
|
||||
arm64.sha256 = "bb10ea33999209607c8d746c3caca1ebdd9522a762bb0694566fffa0f62ce9a5"
|
||||
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.450/Jackett.Binaries.LinuxARM32.tar.gz"
|
||||
armhf.sha256 = "6544a78f30b395cadab799cd750e75054227ecbefc49c76a1642779fa067ee5c"
|
||||
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
||||
amd64.sha256 = "bf6038ceb571de7234251cbe4e10625b78b64cc0fa8483ae55e0f593cec3b1b0"
|
||||
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Binaries.LinuxARM64.tar.gz"
|
||||
arm64.sha256 = "e1d3e05b874f6996660d998ba25ff75a0cf02d819625a668a5504d32407fd0b3"
|
||||
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Binaries.LinuxARM32.tar.gz"
|
||||
armhf.sha256 = "c212300094ddc6366ac039a91af8ab2c18b776f1092c723e79a6b8ba7ff2a050"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"
|
||||
|
|
Loading…
Reference in a new issue