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.398: https://github.com/Jackett/Jackett/releases/tag/v0.22.398
This commit is contained in:
yunohost-bot 2024-08-02 03:35:41 +02:00 committed by YunoHost Bot
parent 553ef1304c
commit 3f6f59dc7e

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.396~ynh1"
version = "0.22.398~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.396/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "6191d52cf4cbe9b808654690d709bbcce7bde2e2b7dacd81d4aef18526146140"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.396/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "87d9a98b5566657cf8826c98863f9f14a8bc87c9aa1c6da7a5d02b0f5cd8385b"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.396/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "4b9105bc84dbcff810d6facec390ad99a12afe29c8a15de867bd4e2f1c45bc09"
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.398/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "2ff875667d8db7d39075042cd6005ad0a3a33f8841ec52211705a92af54a45df"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.398/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "95b5959c006fb0add3d7fe1eb330b221ed002803b92927dd9c3414d8b1b5f9bc"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.398/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "ffec527d2d844d11eacf548344899c9aeb5025950f4aa9c9b177267a1a9ec27c"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"