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.538: https://github.com/Jackett/Jackett/releases/tag/v0.22.538
This commit is contained in:
yunohost-bot 2024-08-31 03:53:18 +02:00 committed by YunoHost Bot
parent f20a57ff53
commit b5d5f886cd

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.526~ynh2"
version = "0.22.538~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.526/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "5bd56f9e3a554958a1cd2405fd6fdef5ce690a2ab7afa2856400215ecce649bd"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.526/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "4c8b70bda6f1d5f9e1c2f8897fcc7dd89502236e2eaafdb2ee670c6e2e2eec59"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.526/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "46e5a2f394c1fcbc762a8082ba24dcdd9ad0253578a73d89df054f0c808e1a81"
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.538/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "932e787c3ea0cfb9fd6b900a8ef50b10e07da4f9b7406276752ceae13d518f47"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.538/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "54b964a6b8fb8adc5b697d834e24f257bb61a4fdae0aa9b3d3d9b5ddbb9959dd"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.538/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "5e75fa4b80b6021544b6081a739a35208861a9cbbe2bc883154f22711d0743e6"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"