mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Upgrade to v0.22.320
https://github.com/Jackett/Jackett/releases/tag/v0.22.320
This commit is contained in:
parent
271d91ab1e
commit
a4d4a52258
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.en = "API support for your favorite torrent trackers"
|
||||||
description.fr = "API pour vos trackers torrent préférés"
|
description.fr = "API pour vos trackers torrent préférés"
|
||||||
|
|
||||||
version = "0.22.315~ynh1"
|
version = "0.22.320~ynh1"
|
||||||
|
|
||||||
maintainers = ["Navan Chauhan"]
|
maintainers = ["Navan Chauhan"]
|
||||||
|
|
||||||
|
@ -39,12 +39,12 @@ ram.runtime = "200M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.315/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.320/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
||||||
amd64.sha256 = "6e7cec55fcf1a4b3f296e96390ef9bafcc8d34869458d7d9be994ecf6e742fa6"
|
amd64.sha256 = "7d45f19f483bd1cd0abf29b405bc6e6bb69794e1869db021501d4f70997309ff"
|
||||||
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.315/Jackett.Binaries.LinuxARM64.tar.gz"
|
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.320/Jackett.Binaries.LinuxARM64.tar.gz"
|
||||||
arm64.sha256 = "b429d379c9cf5514ed4a86b2b5740cea5a7643496a404fc6ab652a162c5a6f82"
|
arm64.sha256 = "1b8838b40dda5fe4d28f16ade458cdd08b72cc9bffa85cc448cd6163c62db30a"
|
||||||
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.315/Jackett.Binaries.LinuxARM32.tar.gz"
|
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.320/Jackett.Binaries.LinuxARM32.tar.gz"
|
||||||
armhf.sha256 = "03c732f720e2efdf3170e0a525f43b15ae34b3a9b85b9d85d7156a5f97bafced"
|
armhf.sha256 = "75efafeea24460923ce3439492c7989538d5773a85e867c8c2d007d5c68933a7"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"
|
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"
|
||||||
|
|
Loading…
Add table
Reference in a new issue