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 18, 2018
1 parent 7d9e369 commit 57dcfb6
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.38</version>
<version>3.4.3.39</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/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'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_3.4.3.39.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_3.4.3.39_x64.exe'
$checksum = '47770f9972008b3bbdd7e48dfe44cd071dc02a5f0e5ebfe307b85db0ee0f403d'
$checksum64 = 'ed28cb86c2dd3caaa3201302f10384164583a7b13073f61d5dfb03252dd6c3c2'
$checksumType = 'sha256'

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

0 comments on commit 57dcfb6

Please sign in to comment.