Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 15, 2018
1 parent ac1050f commit f37bff4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>66.0.3359.17000</version>
<version>66.0.3359.18100</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '66.0.3359.170'
$version = '66.0.3359.181'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '018446a850d81857631a1f926a4f311a2fee70e9b7d413141517c819ec865221'
checksum64 = '7ce423f4ab7f8fe3296ddd9aa6cb1dc5da8997ead9d7f38a0c4bfae415695221'
checksum = '8d1000196dde368f45906b062a25952765ff0faea94fed006beb8ef68aa99eb9'
checksum64 = '4d1bc6ab2db1a9df6de0eaf00d3c021c136ba65dd7f00f60afc2879a140bb018'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"51cd251f978721bb6591981db78760a9-12"|1.0.66.47800
"3426a9227eec236c4bb302eb28095835-13"|1.0.77.338
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.0.66.47800</version>
<version>1.0.77.338</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.spotify.com/SpotifyFullSetup.exe'
checksum = '340157F05DD92D2D7ABA6970F5017B3A47E4AAEFFD507482B5AC431D37D686D6BDA630094855A2D1024AFBA0EB77E8032871E0048E0D7A7B54C435B43F2A4AD8'
checksum = 'FC313AC321E01254B7CBAA3A3C8B7BF5E0B35905B3CF8763614FC2F80487DE5999D6377E74ADB14099203093F72B123BDD7AE37F7D33EA6D0F38BF3BC9550189'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit f37bff4

Please sign in to comment.