Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
AU: 1 updated - jackett
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Oct 3, 2017
1 parent 84ca8df commit 0c55a07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions automatic/jackett/jackett.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>jackett</id>
<version>0.8.237</version>
<version>0.8.246</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/jackett</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Jackett</title>
Expand All @@ -20,8 +20,7 @@
<bugTrackerUrl>https://github.com/Jackett/Jackett/issues</bugTrackerUrl>
<tags>torrent-search-engine torrent-management torrent-downloader torznab newznab rss rss-proxy p2p filesharing torrent nntp proxy server sonarr radarr sickrage couchpotato mylar admin</tags>
<summary>Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software.</summary>
<description>
Jackett works as a proxy server: it translates queries from apps ([Sonarr](https://github.com/Sonarr/Sonarr), [Radarr](https://github.com/Radarr/Radarr), [SickRage](https://sickrage.github.io/), [CouchPotato](https://couchpota.to/), [Mylar](https://github.com/evilhero/mylar), etc) into tracker-site-specific http queries, parses the html response, 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 and translation logic - removing the burden from other apps.
<description><![CDATA[Jackett works as a proxy server: it translates queries from apps ([Sonarr](https://github.com/Sonarr/Sonarr), [Radarr](https://github.com/Radarr/Radarr), [SickRage](https://sickrage.github.io/), [CouchPotato](https://couchpota.to/), [Mylar](https://github.com/evilhero/mylar), etc) into tracker-site-specific http queries, parses the html response, 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 and translation logic - removing the burden from other apps.
## Features
Expand All @@ -31,8 +30,8 @@ Jackett works as a proxy server: it translates queries from apps ([Sonarr](https
## Notes
Installs as a service, to get to Jackett open any web browser and go to http://localhost:9117/UI/Dashboard
</description>
Installs as a service, to get to Jackett open any web browser and go to <http://localhost:9117/UI/Dashboard>
]]></description>
<releaseNotes>
#### Program
* [Changelog](https://github.com/Jackett/Jackett/releases/)
Expand Down
6 changes: 3 additions & 3 deletions automatic/jackett/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'jackett'
$url = 'https://github.com/Jackett/Jackett/releases/download/v0.8.237/Jackett.Installer.Windows.exe'
$checksum = '242c4636189cf9e94fcf1a2dd2b17ed5ecd1f9c53590317eb36d8278ba281ad3'
$url = 'https://github.com/Jackett/Jackett/releases/download/v0.8.246/Jackett.Installer.Windows.exe'
$checksum = '4252a5d0259fb9dd9ed5e0f917a597de1d15276bb671a13c1ef78b8fa356083a'
$registrypaths = @('HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1', 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{C2A9FC00-AA48-4F17-9A72-62FBCEE2785B}_is1')
$version = '0.8.237'
$version = '0.8.246'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 0c55a07

Please sign in to comment.