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 Apr 21, 2018
1 parent 76f8533 commit 10a4398
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.2.4.23</version>
<version>3.3.2.15-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
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.2.4.23.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.2.4.23_x64.exe'
$checksum = '32502cfd57357578bbfea2759a86a92e4eeaab8a84ad707357b86a8dc7db7316'
$checksum64 = '3498a8a204c8abe54e457ef285ddc06c81df8da37ed0bd1853ea180157723ddf'
$url = 'http://static.centbrowser.com/beta_32/centbrowser_3.3.2.15.exe'
$url64 = 'http://static.centbrowser.com/beta_64/centbrowser_3.3.2.15_x64.exe'
$checksum = '0a2be2f604ce044bbc6529460330b37ddd76f920b635280da6dea340964a4c37'
$checksum64 = '1a2a1e68a9f8b6234a9248eeb03a034a73c943b0c0311122c3075ea6e28c875e'
$checksumType = 'sha256'

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

0 comments on commit 10a4398

Please sign in to comment.