mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Upgrade to v0.22.315
https://github.com/Jackett/Jackett/releases/tag/v0.22.315
This commit is contained in:
parent
718f637e83
commit
804c68f754
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.311~ynh1"
|
version = "0.22.315~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.311/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.315/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
||||||
amd64.sha256 = "18f56610c28e08d5f8e568f77fbf9d0c844e6b6cee21542dfa8854ca6618769e"
|
amd64.sha256 = "6e7cec55fcf1a4b3f296e96390ef9bafcc8d34869458d7d9be994ecf6e742fa6"
|
||||||
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.311/Jackett.Binaries.LinuxARM64.tar.gz"
|
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.315/Jackett.Binaries.LinuxARM64.tar.gz"
|
||||||
arm64.sha256 = "aeb44bb82e0ef59002ada6301746386cad8375f23744f22dd764edd47c79bbac"
|
arm64.sha256 = "b429d379c9cf5514ed4a86b2b5740cea5a7643496a404fc6ab652a162c5a6f82"
|
||||||
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.311/Jackett.Binaries.LinuxARM32.tar.gz"
|
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.315/Jackett.Binaries.LinuxARM32.tar.gz"
|
||||||
armhf.sha256 = "1e9dd04e900d63ac02262001e47254906b4fb354f6dad08db2a7c02f2d99d2c7"
|
armhf.sha256 = "03c732f720e2efdf3170e0a525f43b15ae34b3a9b85b9d85d7156a5f97bafced"
|
||||||
|
|
||||||
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