diff --git a/README.md b/README.md index 2bf7ab1..622d5f3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. -**Shipped version:** 0.21.2476~ynh1 +**Shipped version:** 0.21.2485~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index 06ada56..2f13987 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. -**Paketatutako bertsioa:** 0.21.2476~ynh1 +**Paketatutako bertsioa:** 0.21.2485~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 2957080..98a8167 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. -**Version incluse :** 0.21.2476~ynh1 +**Version incluse :** 0.21.2485~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 187f573..66146e3 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. -**Versión proporcionada:** 0.21.2476~ynh1 +**Versión proporcionada:** 0.21.2485~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 2a26cbe..1b11e8a 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches. Jackett is a single repository of maintained indexer scraping & translation logic - removing the burden from other apps. -**分发版本:** 0.21.2476~ynh1 +**分发版本:** 0.21.2485~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 065f913..d9388ed 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.21.2476~ynh1" +version = "0.21.2485~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.21.2476/Jackett.Binaries.LinuxAMDx64.tar.gz" - amd64.sha256 = "0ca17a996e300f6c7e550e2ea98a423ebc4f6abc826095a7761163bba625ffa9" - arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2476/Jackett.Binaries.LinuxARM64.tar.gz" - arm64.sha256 = "5d2a11dcad781784d0763f200544faf8c00d4e115379c0500ef8d432424ccb94" - armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2476/Jackett.Binaries.LinuxARM32.tar.gz" - armhf.sha256 = "e63da49ac7fb3331d7f8e7fdcdd6f0e8a9be48547e0f3bbe797cb65aef0e9e13" + amd64.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2485/Jackett.Binaries.LinuxAMDx64.tar.gz" + amd64.sha256 = "306438a96dfee722faf6be169c0a18eeb1d40990a52dded33930d21362a4f9a4" + arm64.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2485/Jackett.Binaries.LinuxARM64.tar.gz" + arm64.sha256 = "1b21b740c70d8ab0e93ee1b17e0e91691d1f095cf662561f7a7b08522d90f91f" + armhf.url = "https://github.com/Jackett/Jackett/releases/download/v0.21.2485/Jackett.Binaries.LinuxARM32.tar.gz" + armhf.sha256 = "184c93fe554a8b322c96d5e1b43b53b3462a36d9d79441ec597dd12f43d9c4bb" autoupdate.strategy = "latest_github_release" autoupdate.asset.amd64 = "^Jackett.Binaries.LinuxAMDx64.tar.gz$"