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 8, 2018
1 parent cf4780a commit 8c012be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.3.2.15-beta</version>
<version>3.4.3.25-beta</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,11 +1,11 @@
$ErrorActionPreference = 'Stop'
$pp = Get-PackageParameters
$pp = Get-PackageParametersBuiltIn

$packageName = 'CentBrowser'
$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'
$url = 'http://static.centbrowser.com/beta_32/centbrowser_3.4.3.25.exe'
$url64 = 'http://static.centbrowser.com/beta_64/centbrowser_3.4.3.25_x64.exe'
$checksum = '5a18a173312ec5f0cb5904f692362118732a6eb47aea64f92aab87d8ab617289'
$checksum64 = '95c8b619badc25ca49acc894eb3d2ee5c1443bf8b9387f3112c9070ff55aea74'
$checksumType = 'sha256'

if (!$pp['dir']) { $pp['dir'] = "$env:LOCALAPPDATA" }
Expand Down
4 changes: 2 additions & 2 deletions automatic/centbrowser/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop'
$pp = Get-PackageParameters
$ErrorActionPreference = 'Stop'
$pp = Get-PackageParametersBuiltIn

$packageName = 'CentBrowser'
$programUninstallEntryName = 'Cent Browser*'
Expand Down

0 comments on commit 8c012be

Please sign in to comment.