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.189

https://github.com/Jackett/Jackett/releases/tag/v0.22.189
This commit is contained in:
yunohost-bot 2024-06-23 03:39:30 +02:00 committed by YunoHost Bot
parent c8cac54155
commit 2e9d9d3c01

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.179~ynh1"
version = "0.22.189~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.179/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "b7e57b53e8982ed8751d440f1635ff6781df8fb86861fd68905e37b4acd7919d"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.179/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "b56a3f728f8ea935b7f17b29022774bf5d3aab15743f49db849238e6e0c9b3f9"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.179/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "eae43969d17b937f6a8a2d73495e32ab7513f217af0a9c49161ae0a5901e1dfd"
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.189/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "b0592612cc47d30d6810fd4f92cdb6f9408e4dda23e4dc06d696aac335be2776"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.189/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "d09c0b4d951d5ea2ecc24884e27978e82e3ada95474fe00315bcb9eef20fee25"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.189/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "c2d1cbf93de9186f2996d98fd27ef5688e3fa1f145558489de78883e61760d08"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"