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 Aug 4, 2022
1 parent 20efa1d commit 4e14abe
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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": "106.0.5218.0-snapshots",
"snapshots": "106.0.5219.0-snapshots",
"stable": "104.0.5112.81"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>104.0.5112.81</version>
<title>Chromium</title>
<version>106.0.5219.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win32/releases/download/v104.0.5112.81-r1012729/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v104.0.5112.81-r1012729/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1031404/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1031392/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: 7F6D6DE5EAB99855F707CC6D11040852801F36097986DAA50A03CA597216418F
checksum64: B40AF662D6E0987445184F0D5EC0571D15DEB55E75D06AAAB5D7775098F4322E
checksum32: 56D47B92AFA62FE4F56C25C0082795C3557C5647215BE73084D319F2E99BDAE3
checksum64: 14207CA442667EDA91E618905C2531B88522A4BDC7DD82D45AFFB20E3FC99C0A

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 = "104.0.5112.81"
$version = "106.0.5219.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 @@
"b44a140938da1e0553df27da4eaf7940"|1.1.90.859
"f0641ed4641547379ebcd9b7fc0e20dc"|1.1.91.824
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.90.859</version>
<version>1.1.91.824</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 = '24B8FBE561E6F30BA77E2F5B04650A3080C1840C7B2CE2F5233A2E55AD3B6E91BEAFE4A5A0AFAF99F9B2DF35402C45781226A664CE3AA5E3935CBACF67036700'
checksum = '72A49F12AB61C09277E4AF5F21335C68299E724B6CD60EE71EF561A6749D030A49872FA8C38D93EBD71537A585C61E587FEEFCB0BE5EBCE54038392696E39121'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 4e14abe

Please sign in to comment.