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 Sep 30, 2017
1 parent 8ac5b80 commit b5bd960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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>2.9.4.34</version>
<version>2.9.4.39</version>
<packageSourceUrl>https://github.com/JourneyOver/chocolatey-packages/tree/master/automatic/centbrowser</packageSourceUrl>
<owners>JourneyOver</owners>
<title>Cent Browser</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/centbrowser/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'

$packageName = 'CentBrowser'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_2.9.4.34.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_2.9.4.34_x64.exe'
$checksum = '049623030d5757dd5f2a5d88201f914f2b943c0f4b8c4e25397111c09d0c2499'
$checksum64 = '47cd44155024118ec778a1ac5a98634c5f9e2fd794cee4a41715700818573a13'
$url = 'http://static.centbrowser.com/installer_32/centbrowser_2.9.4.39.exe'
$url64 = 'http://static.centbrowser.com/installer_64/centbrowser_2.9.4.39_x64.exe'
$checksum = 'e8be3065ccfc8c11aefd5b51f14a6bf95bbff9261f3e498067b3867441131e4f'
$checksum64 = '770ccaedf7e3151d7eb8d8d46c0653b18c9d0fec92c7ad158fd11f9316d8f35d'
$registrypaths = @('HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\CentBrowser', 'HKCU:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\CentBrowser')
$version = '2.9.4.34'
$version = '2.9.4.39'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit b5bd960

Please sign in to comment.