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 - CentBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed May 15, 2018
1 parent 42696cf commit ae98010
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/centbrowser/centbrowser.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>CentBrowser</id>
<version>3.4.3.25-beta</version>
<version>3.4.3.38</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
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
$pp = Get-PackageParametersBuiltIn

$packageName = 'CentBrowser'
$url = 'http://static.centbrowser.com/beta_32/centbrowser_3.4.3.25.exe'
$url64 = 'http://static.centbrowser.com/beta_64/centbrowser_3.4.3.25_x64.exe'
$checksum = '5a18a173312ec5f0cb5904f692362118732a6eb47aea64f92aab87d8ab617289'
$checksum64 = '95c8b619badc25ca49acc894eb3d2ee5c1443bf8b9387f3112c9070ff55aea74'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.4.3.38.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.4.3.38_x64.exe'
$checksum = '9c1dedfb2ebf48e20e8b67076033db89162a6a991ba9260bd095d46a516e5742'
$checksum64 = '5efb066d61fade7237fe824b2e169bed3f149ba27a3fba9a733507920c24baea'
$checksumType = 'sha256'

if (!$pp['dir']) { $pp['dir'] = "$env:LOCALAPPDATA" }
Expand Down

0 comments on commit ae98010

Please sign in to comment.