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

Upgrade to v0.22.175

https://github.com/Jackett/Jackett/releases/tag/v0.22.175
This commit is contained in:
yunohost-bot 2024-06-20 03:38:44 +02:00 committed by YunoHost Bot
parent 9ef297ef29
commit ae206f379c

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.164~ynh1"
version = "0.22.175~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.164/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "cf5509dc03823ba1a773d443a3e351e59a611fe2974fcf1a6990616a5d692eee"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.164/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "c85a6634d9bde0faf9575dff7e52039650ce36ba8288064a59ae07ea71f03119"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.164/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "ff415110c81a8399b99ba08609e7caa52fe185ff7306e4fd991496d053ab979e"
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.175/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "ef30207a09b93f8a722300319487b61a1b3665e07e8b3644f6636c5f1ef13143"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.175/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "746aaa9fb472951de01b0ac260248647815f70947fd2ee1a21e9529916bb1ca4"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.175/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "da246300c4baf7477a4650f3be1eea91fd5957e7701b532c59642b26237302aa"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"