1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00

Upgrade sources

- `main` v0.22.507: https://github.com/Jackett/Jackett/releases/tag/v0.22.507
This commit is contained in:
yunohost-bot 2024-08-23 03:39:14 +02:00 committed by YunoHost Bot
parent 413a9eec68
commit 8fc109e769

View file

@ -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.497~ynh1"
version = "0.22.507~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.497/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "d888f463f93b1ed481969a260a42a8cd092722c50319d98113539de8aa4aae84"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.497/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "676718b703a29517fae4e18364822e56cf56218d857e36147f14a1c0df5246ca"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.497/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "ef9a0fbce0eb597586cd1543c3cd2a591332d2bb6b4ccdd1f4c51b6591938a8e"
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.507/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "226ffe8b91b38277e9e12036f61081b66c8cfcf122123169a75e6a0521069d4a"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.507/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "2e3ebb7c31417468f81c24413e4b38a2c578894c0d8590bcb3b457e4cef82992"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.507/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "9eb8148ceceb4739d8dd98c2dace2a7be70cddd09163fc0a999d6e06056eca02"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"