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 11, 2017
1 parent ec73a33 commit 686de65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.249</version>
<version>0.8.259</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/jackett</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Jackett</title>
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.249/Jackett.Installer.Windows.exe'
$checksum = '8e397421f2a2d0744f0268effb0ff39ee7c24a80c7ddd5c61133434844c9cb1d'
$url = 'https://github.com/Jackett/Jackett/releases/download/v0.8.259/Jackett.Installer.Windows.exe'
$checksum = 'c0eb10495704c47019c4d52b7b259f357ba83536f35b09c4b83489894bacf160'
$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.249'
$version = '0.8.259'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 686de65

Please sign in to comment.