diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 39c32110a3a..5f7066310dd 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "72.0.3596.0-snapshots", + "snapshots": "72.0.3597.0-snapshots", "stable": "70.0.3538.77" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fd93586d22c..2c43db2d849 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 72.0.3596.0-snapshots + 72.0.3597.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ac7b1fcc114..96ae6b0a75c 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: E3B95606E069CB16A42DD0D760088643D63B0A9BCFFB9ABAE329FFE9BD6DFA02 - checksum64: 33A444480D361ABB368C15A422A3DC83037D6A150D28A5DB3EAF5C6112A7F2E5 + checksum32: C853FE2052EB1EF0586AE45C8CAEBFCE5B3A826FBFC98CE54DECAE628602326C + checksum64: F8FBAA7282E02DC2BB9CC3AD82739A53EA855D4DBA404BC0701443555292AE93 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a7cfea9b539..7179b98bd3a 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 = "72.0.3596.0-snapshots" +$version = "72.0.3597.0-snapshots" $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 05f7c9e694b..46569e4e354 100644 --- a/automatic/spotify/info +++ b/automatic/spotify/info @@ -1 +1 @@ -"1ed00af53ab9f1d42609b36047c23ab8-13"|1.0.91.183 +"5294184c8b5b203f1be98a3386c4ddd6-13"|1.0.92.390 diff --git a/automatic/spotify/spotify.nuspec b/automatic/spotify/spotify.nuspec index edd9c4f23be..e1381ed52f2 100644 --- a/automatic/spotify/spotify.nuspec +++ b/automatic/spotify/spotify.nuspec @@ -3,7 +3,7 @@ spotify - 1.0.91.183 + 1.0.92.390 Spotify Spotify http://spotify.com diff --git a/automatic/spotify/tools/ChocolateyInstall.ps1 b/automatic/spotify/tools/ChocolateyInstall.ps1 index f48cf769da2..1fb4b6f9c0b 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 = 'D5F5B8B33190F7DE0B71D09F2E45C4B09B5BEBE173FD5AACA10C452BB817D65889D6919C0B57FC7E55A021D5B274F2BCB0B8B4AB382DE097995CEEBB16DC589F' + checksum = '976F33222D8ACB8B74670E56AE26E8B81E5B0A748C1FB6A88205BFF2C21482CD0109A73488AFD2F7605B6DE92BA86149119F78AA7BF0DA02BAE8101590B2FF4C' fileType = 'exe' checksumType = 'sha512' silentArgs = '/silent'