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.432: https://github.com/Jackett/Jackett/releases/tag/v0.22.432
This commit is contained in:
yunohost-bot 2024-08-11 03:35:47 +02:00 committed by YunoHost Bot
parent 1f5f9455a9
commit 7fde528c37

View file

@ -7,7 +7,7 @@ name = "Jackett"
description.en = "API support for your favorite torrent trackers" description.en = "API support for your favorite torrent trackers"
description.fr = "API pour vos trackers torrent préférés" description.fr = "API pour vos trackers torrent préférés"
version = "0.22.427~ynh1" version = "0.22.432~ynh1"
maintainers = ["Navan Chauhan"] maintainers = ["Navan Chauhan"]
@ -39,12 +39,12 @@ ram.runtime = "200M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.427/Jackett.Binaries.LinuxAMDx64.tar.gz" amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.432/Jackett.Binaries.LinuxAMDx64.tar.gz"
amd64.sha256 = "0d4758343f786594915976080851de6b499e223f1e0c70a009bc3534de8c52e8" amd64.sha256 = "82187491f9dd261baf705e1789f2d96b31fdc76508162cbc264fc7ea53430601"
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.427/Jackett.Binaries.LinuxARM64.tar.gz" arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.432/Jackett.Binaries.LinuxARM64.tar.gz"
arm64.sha256 = "fb79eb8548890918fd08ce06d12d2603ca47cd53ff4e252e0c3fce9180476fd7" arm64.sha256 = "9c18ea0f9380866a25b002f2da0d73b11023375969a366cdc1851e2bb6975a08"
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.427/Jackett.Binaries.LinuxARM32.tar.gz" armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.432/Jackett.Binaries.LinuxARM32.tar.gz"
armhf.sha256 = "ff8a8933df7c550de856cc0269f7f0ee41aea43dfeb6113f6b4b93ed1dbeeccc" armhf.sha256 = "27070419de6180c9e9c6eb39bb619e5bbb376aa674f9147d0e6ed0bf83bd59e4"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$" autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"