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 Dec 22, 2020
1 parent 7d0764e commit 559f372
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/centbrowser/centbrowser.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "4.3.9.182-beta",
"stable": "4.3.9.227"
"stable": "4.3.9.238"
}
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>4.3.9.227</version>
<version>4.3.9.238</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/win_stable/4.3.9.227/centbrowser_4.3.9.227.exe'
$url64 = 'http://static.centbrowser.com/win_stable/4.3.9.227/centbrowser_4.3.9.227_x64.exe'
$checksum = '25fdc24255fb106fe383e5f3adf9170e4f5558c8dfcea797e414281801f951d9'
$checksum64 = '769b833e20abc15d4a89d5535a16caa319ee481ad38d3f96a2564741cf6e012d'
$url = 'http://static.centbrowser.com/win_stable/4.3.9.238/centbrowser_4.3.9.238.exe'
$url64 = 'http://static.centbrowser.com/win_stable/4.3.9.238/centbrowser_4.3.9.238_x64.exe'
$checksum = 'a56e05324bed5eabbe430958df680d6eda041acad46c13b1f772e00548ee2705'
$checksum64 = 'd71b20011e36590ffeb3f6658ebe8e100f7e29c6c7d4616ff55bfb87777e08e0'
$checksumType = 'sha256'

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

0 comments on commit 559f372

Please sign in to comment.