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.457: https://github.com/Jackett/Jackett/releases/tag/v0.22.457
This commit is contained in:
yunohost-bot 2024-08-17 03:40:01 +02:00 committed by YunoHost Bot
parent 56ac16a99e
commit 83878dd814

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.450~ynh1"
version = "0.22.457~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.450/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "42bf150f12722649715dc611943b810ce66307592e7b252683b9a20c74ca2a93"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.450/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "bb10ea33999209607c8d746c3caca1ebdd9522a762bb0694566fffa0f62ce9a5"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.450/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "6544a78f30b395cadab799cd750e75054227ecbefc49c76a1642779fa067ee5c"
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.457/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "2521d1968ead0984f48848bc2dfdf79964b8eaa1bcca88cf31c3d7bb074304e9"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.457/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "f08f5f0bd6dfc190d8c667620028d392fa8b948332b11996ed383fb238291299"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.457/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "34609325109254efecaa83ec4ce534df55a99cdf15df64da22427237c0adbb40"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"