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 Feb 13, 2018
1 parent 45963c9 commit 11467bd
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.1.5.52</version>
<version>3.2.4.23</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-PackageParameters

$packageName = 'CentBrowser'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.1.5.52.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.1.5.52_x64.exe'
$checksum = 'a1bde6cee0d802592188c76b6feea16741076dbb3cdbb28986b72a046fa01478'
$checksum64 = '3eb8e52237d82d14d0abc8f34f0ebb2d1366c41c228299b7cb75dc1e167318ac'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.2.4.23.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.2.4.23_x64.exe'
$checksum = '32502cfd57357578bbfea2759a86a92e4eeaab8a84ad707357b86a8dc7db7316'
$checksum64 = '3498a8a204c8abe54e457ef285ddc06c81df8da37ed0bd1853ea180157723ddf'
$checksumType = 'sha256'

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

0 comments on commit 11467bd

Please sign in to comment.