Skip to content

Commit

Permalink
AU: 2 updated - chromium spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 28, 2021
1 parent 44b9060 commit 3024519
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "93.0.4525.0-snapshots",
"snapshots": "93.0.4526.0-snapshots",
"stable": "91.0.4472.77"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>93.0.4525.0-snapshots</version>
<version>93.0.4526.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/887079/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/887072/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/887479/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/887479/mini_installer.exe>
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: 36A175ACD72CA011AA35417FCF113C5F9B0C9E2CDB4087CF27155134C31498E1
checksum64: F14115D225E19F396D45E61530319C766810161260058544D383AF2632AF12EF
checksum32: 45782D9FA563575B54CA07EDA6CF927848D13794AAF47DAA1D4E642A07C69B9B
checksum64: D670B92FD4E13B580EA2AE5056E5013F04BEBEB2517485677F52D6137C7D6897

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "93.0.4525.0-snapshots"
$version = "93.0.4526.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
@@ -1 +1 @@
"a01b624ede9a701d1d869e0329d3e3aa"|1.1.60.668
"4fca94164316633ed1e2bad61371ed83"|1.1.60.672
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.1.60.668</version>
<version>1.1.60.672</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
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = 'D7F839ECF7F902D61FB3EBB2662ACF869DBD18FE1830E4FFB7D4F1BAFD6B38D5778CD9434DB1B44321A0D88D68F449363F51E8BD6327B481FC3F7F935BAFC0DC'
checksum = '37807781FB2750475D7A6EDF4E972F7BD30C3C6F56D2CFEE0AE2B002F1BA5528E50067C75277DDC16E5883B5AF328AC9BEE67F6668E0027C45B8A79D48E0C9E2'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 3024519

Please sign in to comment.