mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Upgrade sources
- `main` v0.22.474: https://github.com/Jackett/Jackett/releases/tag/v0.22.474
This commit is contained in:
parent
9b937d329b
commit
c1ac6fad08
1 changed files with 7 additions and 7 deletions
|
@ -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.468~ynh1"
|
||||
version = "0.22.474~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.468/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
||||
amd64.sha256 = "bf6038ceb571de7234251cbe4e10625b78b64cc0fa8483ae55e0f593cec3b1b0"
|
||||
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Binaries.LinuxARM64.tar.gz"
|
||||
arm64.sha256 = "e1d3e05b874f6996660d998ba25ff75a0cf02d819625a668a5504d32407fd0b3"
|
||||
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.468/Jackett.Binaries.LinuxARM32.tar.gz"
|
||||
armhf.sha256 = "c212300094ddc6366ac039a91af8ab2c18b776f1092c723e79a6b8ba7ff2a050"
|
||||
amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.474/Jackett.Binaries.LinuxAMDx64.tar.gz"
|
||||
amd64.sha256 = "8f80d43b3795d9af86662e642d649b276681f63ffb16c2e04a55dca265ca64ae"
|
||||
arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.474/Jackett.Binaries.LinuxARM64.tar.gz"
|
||||
arm64.sha256 = "0494eeda745b714fc8bbce65bb92eb04845ffc8ba6134bf7d169969f3f41e83e"
|
||||
armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.22.474/Jackett.Binaries.LinuxARM32.tar.gz"
|
||||
armhf.sha256 = "ce773bb629e26f8e697c330733ac5404cbfdaf8165feb2937b30c55db0c4667a"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"
|
||||
|
|
Loading…
Add table
Reference in a new issue