From 359e8cfcd40e5a2b20af3929bbeb091b870f0c7d Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 15 Mar 2019 12:12:27 +0000 Subject: [PATCH] AU: 2 updated - chromium spotify [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/f3d7986b8c5b2bdbccfc7da6b798a3406be72ea5 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/spotify/info | 2 +- automatic/spotify/spotify.nuspec | 2 +- automatic/spotify/tools/ChocolateyInstall.ps1 | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 634d21bff15..d4fb7aa8d37 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { "snapshots": "75.0.3735.0-snapshots", - "stable": "72.0.3626.119" + "stable": "73.0.3683.75" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fd3e667cd22..e6ad170b1ab 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 75.0.3735.0-snapshots - Chromium Snapshots + 73.0.3683.75 + Chromium chocolatey The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index a9cd06eb3b4..649a0b3aad2 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 80847E0FE33DDAF0A5A56815CA722260B42414A86AF1941E663272AC89E093AE - checksum64: A04F88FD6EBC9F753285A54CB2800D403FBC9DBEA83B2B3F771A474D7281F74A + checksum32: FA2531493F81BE66B434C0B7BEB2F48B8061E0EF2C9D12F2E82B3E454AE8342A + checksum64: 8575D274939D6EC7B459C75AE69705E1E3C31914BA51C9C6274898DB3313EA68 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7f8e5100c45..6a177caa0a4 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "75.0.3735.0-snapshots" +$version = "73.0.3683.75" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/spotify/info b/automatic/spotify/info index bc6e23ef40b..df630421f4c 100644 --- a/automatic/spotify/info +++ b/automatic/spotify/info @@ -1 +1 @@ -"39d3b81378683c661b6c8ad5ec18120d-13"|1.1.0.237 +"3298a38c8093e6ae9cb0bcfb86b718f1-13"|1.1.1.348 diff --git a/automatic/spotify/spotify.nuspec b/automatic/spotify/spotify.nuspec index 31ffc3d7a71..9b2e909c506 100644 --- a/automatic/spotify/spotify.nuspec +++ b/automatic/spotify/spotify.nuspec @@ -3,7 +3,7 @@ spotify - 1.1.0.237 + 1.1.1.348 Spotify Spotify http://spotify.com diff --git a/automatic/spotify/tools/ChocolateyInstall.ps1 b/automatic/spotify/tools/ChocolateyInstall.ps1 index 67dafa267ba..d7c73dcba11 100644 --- a/automatic/spotify/tools/ChocolateyInstall.ps1 +++ b/automatic/spotify/tools/ChocolateyInstall.ps1 @@ -5,7 +5,7 @@ $arguments = @{ softwareName = 'Spotify' file = Join-Path $downloadDir $installer url = 'https://download.spotify.com/SpotifyFullSetup.exe' - checksum = 'CBB5F541B71E9D6B62759E225F84D6A6D106E565D43997969691281AB0AAE4E69A19489EF74CDDC4D4BE85365A0276673B3C5C4F5C13AC794086A5310CF1E160' + checksum = 'E5B5662A9E48AE27A418766853E4B20773F55FD044765D005F09896B9559855955D524F76DC9E70F72097B35B3998820F2DB4CB9836C72BCD329E9EDC2573FCF' fileType = 'exe' checksumType = 'sha512' silentArgs = '/silent'