Skip to content

Commit

Permalink
AU: 2 updated - bulk-crap-uninstaller chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 5, 2017
1 parent 4057bd2 commit 1fc3ef0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>bulk-crap-uninstaller</id>
<title>Bulk Crap Uninstaller</title>
<owners>chocolatey</owners>
<version>3.7</version>
<version>3.7.1</version>
<authors>Marcin Szeniak</authors>
<summary>Bulk Crap Uninstaller is an open source program uninstaller.</summary>
<description>
Expand Down
8 changes: 4 additions & 4 deletions automatic/bulk-crap-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'bulk-crap-uninstaller'
fileType = 'exe'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.7/BCUninstaller_3.7_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.7/BCUninstaller_3.7_setup.exe'
checksum = '41550e610f3a206e86996b2cc0c35db55e37ef6f6a3fd00d70e57c408fb01d9d'
checksum64 = '41550e610f3a206e86996b2cc0c35db55e37ef6f6a3fd00d70e57c408fb01d9d'
url = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.7.1/BCUninstaller_3.7.1_setup.exe'
url64bit = 'https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v3.7.1/BCUninstaller_3.7.1_setup.exe'
checksum = '9ffbbf4f88dad06d04d6bb4d208fdfd02f8d0e8c60b3ca227798ce30c72c19ee'
checksum64 = '9ffbbf4f88dad06d04d6bb4d208fdfd02f8d0e8c60b3ca227798ce30c72c19ee'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>58.0.3003.0</version>
<version>58.0.3004.0</version>
<title>Chromium snapshots build</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$version = '58.0.3003.0'
$version = '58.0.3004.0'

$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$hive = "hkcu"
Expand All @@ -15,14 +15,14 @@ if (Test-Path $Chromium) {
$packageArgs = @{
packageName = 'chromium'
fileType = 'exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/448154/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/448152/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/448183/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/448183/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = '2f568c70d88be58d0e9ca257a8fb5216'
checksum = '7c642e64d87f43f308a562a85ba7281f'
checksumType = 'md5'
checksum64 = 'f1cbe2111ad544540f42c2b892bb2beb'
checksum64 = '195c60047cd15135ddde816ceb95f29a'
checksumType64= 'md5'
}

Expand Down

0 comments on commit 1fc3ef0

Please sign in to comment.