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 Oct 28, 2018
1 parent 7a32921 commit 0ae49f8
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
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.6.8.94</version>
<version>3.6.8.96</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-PackageParametersBuiltIn

$packageName = 'CentBrowser'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.6.8.94.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.6.8.94_x64.exe'
$checksum = '12ab3f2803d0c5117fe162c9271ab157b3dcbb2e88fa128b3932911762c0f1b0'
$checksum64 = '17c5685b6c5b559189e5b3557b54a86426b97b6d310fb05467bbd770bc48c10b'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.6.8.96.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.6.8.96_x64.exe'
$checksum = '655ad26403544be86ea5aaedf8c27405737042043e4b8bd4a953860239fd667d'
$checksum64 = 'd52357b5ff63361b90a490db64d36496338ec211cd8af9de14c9ae8fbb64a42d'
$checksumType = 'sha256'

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

0 comments on commit 0ae49f8

Please sign in to comment.