Skip to content

Commit

Permalink
AU: 2 updated - chromium clipgrab
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 24, 2016
1 parent 64631ce commit 53830e5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>57.0.2931.0</version>
<version>57.0.2932.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 = '57.0.2931.0'
$version = '57.0.2932.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/434308/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/434308/mini_installer.exe'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/434323/mini_installer.exe'
url64bit = 'https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/434333/mini_installer.exe'
silentArgs = $silentArgs
validExitCodes= @(0)
softwareName = 'Chromium'
checksum = 'bdf81adf4edc6362ceb534f358de18f1'
checksum = '9fe8389118883b47217c0beb5b57836f'
checksumType = 'md5'
checksum64 = '57ac3de05cf9199348f8d8b9530a1d56'
checksum64 = 'cf33878f81e101824c437c0b87d32379'
checksumType64= 'md5'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/clipgrab/clipgrab.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>clipgrab</id>
<version>0.0</version>
<version>3.6.2</version>
<title>Clipgrab</title>
<owners>chocolatey</owners>
<authors>Philipp Schmieder Medien</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipgrab/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'clipgrab'
fileType = 'exe'
url = 'https://download.clipgrab.org/clipgrab-3.6.1.exe'
checksum = 'bafeffa79e300853c8629b0d2248144c148e8ce1fc09a04e7198538dbfbc3953'
url = 'https://download.clipgrab.org/clipgrab-3.6.2-cgde.exe'
checksum = 'b50e1e9eb59246a905fca33c1e5412f7ec4a6202e6c7427fce40b9db12668662'
checksumType = 'sha256'
silentArgs = '/VERYSILENT'
validExitCodes = @(0)
Expand Down

0 comments on commit 53830e5

Please sign in to comment.