Skip to content

Commit

Permalink
AU: 2 updated - chromium spotify
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Sep 3, 2021
1 parent bfb7b42 commit 5c0b777
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": "95.0.4631.0-snapshots",
"snapshots": "95.0.4632.0-snapshots",
"stable": "93.0.4577.63"
}
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>95.0.4631.0-snapshots</version>
<version>95.0.4632.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/917585/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/917570/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/917995/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/917993/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: 9F656AE464D9B562891702D43A4DB586BC19C4C768DDE566A455BC44A71C8C0D
checksum64: 898283533B94C47FC752B6860B6D483C547345EEBBB9869EBF1032D1C495FA6D
checksum32: 2C7FDDC61C64B711499FD3062449269E1139D84E3CA75EC075FD486D50D5F2C7
checksum64: 1DB0B6ED9EA26C4D6D98830D631AE9FE731BA21018422A03049B1C01665BA0B1

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 = "95.0.4631.0-snapshots"
$version = "95.0.4632.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 @@
"2162a034d56952d2896fac1743e370ed"|1.1.66.580
"795f05078c9a4be6bcc50d6cbe7763d7"|1.1.67.586
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.66.580</version>
<version>1.1.67.586</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 = '471F8F1E086B7E19B357F07A91112D801EAD66A98EADAA1EC4B69641015D6D371462940F61F6480575A39463726C30B2D1944A22E28B0C9777A650112D505D0D'
checksum = '5E412C7387ED5F62507B1262A28BD1EA8C0BD45211FFA0C24D9FE06E98EA0667CB77BFF7C99FD019461CE82CA24721BD6424309BF4427B0ED0FC58669CF11460'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 5c0b777

Please sign in to comment.