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 May 19, 2019
1 parent ec5e974 commit 33cfb0f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/centbrowser/centbrowser.json
@@ -1,4 +1,4 @@
{
"beta": "3.9.2.29-beta",
"beta": "4.0.9.72-beta",
"stable": "3.9.2.45"
}
2 changes: 1 addition & 1 deletion automatic/centbrowser/centbrowser.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>CentBrowser</id>
<version>3.9.2.45</version>
<version>4.0.9.72-beta</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/centbrowser</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Cent Browser</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/centbrowser/tools/chocolateyInstall.ps1
Expand Up @@ -2,10 +2,10 @@
$pp = Get-PackageParameters

$packageName = 'CentBrowser'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.9.2.45.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.9.2.45_x64.exe'
$checksum = 'c2b181a2d92f100046b95180aa7258d56c3716c7a5a309fdf8726c2ccada759e'
$checksum64 = 'e39fe9b33030f70108ddfb5d60459cc635ef1989c643f749f99889af2c033503'
$url = 'http://static.centbrowser.com/beta_32/centbrowser_4.0.9.72.exe'
$url64 = 'http://static.centbrowser.com/beta_64/centbrowser_4.0.9.72_x64.exe'
$checksum = 'ece50f702e8171a366ea37fb551d4c50ae8606ee85d3a8f96f0451e5095208be'
$checksum64 = 'c1bff4491f2d69161540c649ab0c682553aee660f883a7eb526a2ca3ba6969f0'
$checksumType = 'sha256'

if (!$pp['dir']) { $pp['dir'] = "$env:LOCALAPPDATA" }
Expand Down
2 changes: 1 addition & 1 deletion automatic/jackett/jackett.nuspec
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.11.348</version>
<version>0.11.349</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/legal/VERIFICATION.txt
Expand Up @@ -4,19 +4,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed download
location on <https://github.com/Jackett/Jackett/releases/tag/v0.11.348>
location on <https://github.com/Jackett/Jackett/releases/tag/v0.11.349>
and can be verified by doing the following:

1. Download the following:

url: <https://github.com/Jackett/Jackett/releases/download/v0.11.348/Jackett.Installer.Windows.exe>
url: <https://github.com/Jackett/Jackett/releases/download/v0.11.349/Jackett.Installer.Windows.exe>

2. You can obtain the checksum using one of the following methods:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 5056597E16CCDC9442A2F32FD3853CD8A052D982F7F4341EA5EA60B81D011138
checksum: 85811FB40351D442BA629FBDDBA0001637A981243553A00C1714F2FE15FAA76C

Using AU:

Expand Down

0 comments on commit 33cfb0f

Please sign in to comment.