diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index acddce55274..465d323aa6c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "100.0.4896.0-snapshots", + "snapshots": "101.0.4897.0-snapshots", "stable": "98.0.4758.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 8b46490581c..7f7dc512041 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 100.0.4896.0-snapshots + 101.0.4897.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 69ca05ff1cd..3df8618c32e 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: 6C7EAB8D34E25469B921F0ED2F3E4A1A7D7EFD3EADE007985CFBF92883832197 - checksum64: 72E781EDEDF7B8F2238BC55113E163FB01F4A11C815790B5AC0A9911D0C6474C + checksum32: D4FEBEB034CAB4A6F5039994F6D544E4A37151ECDE866F891CAFF29D7AE2B1E7 + checksum64: E99E0591196D51FB6840F1D94483D26C617C0F2BE769D72BF97E921A9F65E9D3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index cf844f1add9..07a01634739 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 = "100.0.4896.0-snapshots" +$version = "101.0.4897.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 3919a649f94..3e0041900f4 100644 --- a/automatic/spotify/info +++ b/automatic/spotify/info @@ -1 +1 @@ -"d97d5b2bd2dcbc77fe3a880af2618cbe"|1.1.78.765 +"13c782b316acbe091bc634459d16a7eb"|1.1.79.763 diff --git a/automatic/spotify/spotify.nuspec b/automatic/spotify/spotify.nuspec index 39b44bf349d..096158dd622 100644 --- a/automatic/spotify/spotify.nuspec +++ b/automatic/spotify/spotify.nuspec @@ -3,7 +3,7 @@ spotify - 1.1.78.765 + 1.1.79.763 Spotify Spotify http://spotify.com diff --git a/automatic/spotify/tools/ChocolateyInstall.ps1 b/automatic/spotify/tools/ChocolateyInstall.ps1 index f1b6d369780..1426becdd1a 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.scdn.co/SpotifySetup.exe' - checksum = 'E01B89CEFD131FE173A5BE382148351B5DE4532EA980D172ECB62010DE2A56C8F53B695A85FEEC3FDF865C45BF2F40F13103B326CB3BAB31A4B0FCE821B462B6' + checksum = '6D8FFA06B8B0A8D3B7FECBFFFF4B78BEFFF7CE1EC0B0FC2024F2229DFCBAF8C4AECF97D5A1EFC201605C727B670D4E309C8DF7DC62FDD8A4588CF97A6CC63DE9' fileType = 'exe' checksumType = 'sha512' silentArgs = '/silent'