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

Commit

Permalink
AU: 2 updated - CentBrowser jackett
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Aug 20, 2017
1 parent 6122d07 commit f1a34d3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions automatic/centbrowser/centbrowser.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>CentBrowser</id>
<version>2.7.4.52</version>
<version>2.8.3.58</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/centbrowser</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Cent Browser</title>
<authors>Cent Studio</authors>
<projectUrl>https://www.centbrowser.com</projectUrl>
<iconUrl>https://raw.githubusercontent.com/JourneyOver/chocolatey-packages/master/icons/centbrowser.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/JourneyOver/chocolatey-packages/475edf21f7a9a51c8bc5aabfb123bd8e41101f73/icons/centbrowser.png</iconUrl>
<copyright>Copyright © 2015-2017 Cent Studio. All rights reserved.</copyright>
<licenseUrl>https://www.chromium.org/chromium-os/licenses</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down Expand Up @@ -51,4 +51,4 @@ No need to to open new window, just use incognito mode for new tabs.Also can be
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
10 changes: 5 additions & 5 deletions automatic/centbrowser/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'

$packageName = 'CentBrowser'
$url32 = 'http://static.centbrowser.com/installer_32/centbrowser_2.7.4.52.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_2.7.4.52_x64.exe'
$checksum32 = '1675f67e2c2219b7a750441538ab7782daf07688fb02dad85500d7a8faa91cbc'
$checksum64 = 'f8651427d568ca334089cd2a5d046b63228419f018039a1564a5377248548d43'
$url32 = 'http://static.centbrowser.com/installer_32/centbrowser_2.8.3.58.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_2.8.3.58_x64.exe'
$checksum32 = 'c30e842d3b64fc9b67e7b44e00eec724d5974dad4003d7007621d5c011bf754e'
$checksum64 = 'e9b42feb0f4f5ca47b8f8f7135f696dc0380f97718191822d473d41b6d2a56e4'

$packageArgs = @{
packageName = $packageName
Expand All @@ -31,4 +31,4 @@ if ($killCB) {
if (!$killCB.HasExited) {
$killCB | Stop-Process -Force
}
}
}
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>
<id>jackett</id>
<title>Jackett</title>
<version>0.8.67</version>
<version>0.8.86</version>
<authors>zone117x, kaso17, chibidev</authors>
<owners>JourneyOver</owners>
<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>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jackett/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$packageName = 'jackett'
$installerType = 'exe'
$silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
$url = 'https://github.com/Jackett/Jackett/releases/download/v0.8.67/Jackett.Installer.Windows.exe'
$checksum = '43b10f722ac273f96a12904912c8a0e89b7bd606dd1c46793dbb303becea5a2b'
$url = 'https://github.com/Jackett/Jackett/releases/download/v0.8.86/Jackett.Installer.Windows.exe'
$checksum = 'aa13dee78973119971aaeefd7af13d53f71f6cafe967435a42fa1caf3259c273'
$checksumType = 'sha256'
$validExitCodes = @(0)

Expand Down

0 comments on commit f1a34d3

Please sign in to comment.