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 Nov 11, 2022
1 parent f7c2bd4 commit 4ea77ed
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "109.0.5414.0-snapshots",
"snapshots": "110.0.5415.0-snapshots",
"stable": "107.0.5304.88"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>109.0.5414.0-snapshots</version>
<version>110.0.5415.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
Original file line number Diff line number Diff line change
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/1069956/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070007/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1070175/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070176/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: 2C79AEA3064C18B2F513916B2E940A05A797BD3CE4C21CBE6499C0C08E4F0827
checksum64: 5EFE0839E094026A98A9889DEBE45DA662ADE9DD7663264F6B529DF12B1EFCD2
checksum32: 465794FD1B9376DA4C5D25A67B06EF6E3CCB4F634649ED1D1FFB2ED425AF9167
checksum64: 17040F40AC56A1C09FF4358FD0E80FE660FAD7738410CE40DD7C2B5CE3615FD0

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "109.0.5414.0-snapshots"
$version = "110.0.5415.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
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"6b4411127459dc891fc2fdecbf02ad23"|1.1.97.962
"49e06bb26c194912cad41d964343143c"|1.1.98.691
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>spotify</id>
<version>1.1.97.962</version>
<version>1.1.98.691</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = 'B075B9A2D6B6573627AFCD4112DA3CB081204169E59172F16DE8C8AC7C7AD3A1AE809E9252C58094DBFDB16B9B48C1B032B18397ACFC372FA0487271FEEE77C0'
checksum = 'C3774D26720CF6388D8DCE7CC67459857AE5A00EF189EFA48EE98FEAC86A5CD8C5A0247D533A02051758E06C53D27056FEE00319B7B60DFF54644B9D970C733E'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 4ea77ed

Please sign in to comment.