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 31, 2018
1 parent e16b06c commit fbf839b
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.96</version>
<version>3.6.8.99</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.96.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.6.8.96_x64.exe'
$checksum = '655ad26403544be86ea5aaedf8c27405737042043e4b8bd4a953860239fd667d'
$checksum64 = '2fcb5d9ccc8992c678d1a3b5ddb3ad83a8350ece19dbb41e87052071f6544478'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.6.8.99.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.6.8.99_x64.exe'
$checksum = '7998de5b8327f317f184cb46fbb5d49134fa9f88b3b3bba5bec5039398cbb132'
$checksum64 = '0cddcdfc824f1707f01aacf5079a45a53b97a99cf36b2f7c02b6b9da636e4b5e'
$checksumType = 'sha256'

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

0 comments on commit fbf839b

Please sign in to comment.