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.391: https://github.com/Jackett/Jackett/releases/tag/v0.22.391
This commit is contained in:
yunohost-bot 2024-07-30 03:37:28 +02:00 committed by YunoHost Bot
parent cb03017cf3
commit af9a14f26a

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.388~ynh1"
version = "0.22.391~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.388/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "2df4dfe98f030f5cb593dd6313035161c97c3813eaa776ba3ee0c6acf702dece"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.388/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "b4aad21989cf95ba0808761ed3dae90489b343de8ea5e2a58d4120d8e983aebb"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.388/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "95101de57cc3a629eccf0badec01a86671a047f66be65729a5c50c53e0caf750"
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.391/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "2ad871b22ccb98ee625cdc605d3bd36f58c114308fea6cdae816f6f1d43f0723"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.391/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "8badc4b31f27eeecc98a4649fd616648e9086d7d2b7ee4ab965bc6e9c2d01741"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.391/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "b9ec71961e3f7eb2269bb024a4f3a9f634640bb6cf3d64be46022e8fcb7dd897"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"