mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Upgrade to v0.21.2424
https://github.com/Jackett/Jackett/releases/tag/v0.21.2424
This commit is contained in:
parent
de36721931
commit
429ded1241
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.21.2371~ynh1"
|
version = "0.21.2424~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.21.2371/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2424/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
||||||
amd64.sha256 = "971c9e6034e627b0d73df95603c98b249a819c475466b5250c2029236807ba83"
|
amd64.sha256 = "11b742397eb44671e23dfca3a3cbf130c871d0bc7cc9f2a21243ada3b6d06cf4"
|
||||||
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2371/Jackett.Binaries.LinuxARM64.tar.gz"
|
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2424/Jackett.Binaries.LinuxARM64.tar.gz"
|
||||||
arm64.sha256 = "6ea7abecc2cd90cb08886cb5cce6b07cc7cbdc6e44328c5ae834794542271c9c"
|
arm64.sha256 = "940aa82001000c70789acb8bf476be392ef449fe60492226cf0115dacb2f9a13"
|
||||||
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2371/Jackett.Binaries.LinuxARM32.tar.gz"
|
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2424/Jackett.Binaries.LinuxARM32.tar.gz"
|
||||||
armhf.sha256 = "c315501c6dec4834353ad083aa9527eb2fac70bb5cf89b26e8566e0afa9f0873"
|
armhf.sha256 = "6105631e26aa79cdf2de3616ae170b9990cc86607a6afb8a0bf30b0c76f1f24c"
|
||||||
|
|
||||||
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