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

https://github.com/Jackett/Jackett/releases/tag/v0.22.188
This commit is contained in:
yunohost-bot 2024-06-22 03:39:02 +02:00 committed by YunoHost Bot
parent c8cac54155
commit 1e483b15c6

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.188~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.188/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "93221729399ed9c0a1153ab1855e25b6e4df071b30afda3a34e2f9344bf1b397"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.188/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "8203a576fd101c2ec86ab213a6146d531f4dd2a944caa482586b04464bf5d597"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.188/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "19fa7f04183e4507ab7ae9d18b91d1eaf6682e8af5aa68220bca1aa76f3414bc"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"