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 Jul 5, 2024
1 parent 3a37f9c commit 87a6cef
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": "128.0.6577.0-snapshots",
"snapshots": "128.0.6578.0-snapshots",
"stable": "126.0.6478.127"
}
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>128.0.6577.0-snapshots</version>
<version>128.0.6578.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1323459/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1323611/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
checksum64: 0C258453FB3C72D1DE5AD5A0F564A221DE3A26D9B02A63BB67D79BC8CDCB602F
checksum64: 7C791197E649515D291DA619675FEB8609AF108F0F20ED55B61F700FB8C87D7C

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '128.0.6577.0-snapshots'
$version = '128.0.6578.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1323463/mini_installer.exe'
checksum = '4574E68EBA82219A5A9A4EF2F660B0A5B417194FF07E21B950FDCF1998F66F6E'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1323595/mini_installer.exe'
checksum = '41E15828D053517513ECBBA589999D07832DB939E71483B5ED30BF99E9D630A2'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"ad3a0720f1f13cee556c39d0574b77cb"|1.2.40.599
"cd620d4780549aa3a82f80d6ac90e17c"|1.2.41.434
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.2.40.599</version>
<version>1.2.41.434</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 = 'F9BA750E14490BA39C587CC6DB6551728B473D95BF4EB38A5AA271DCD298554C12D95035F3354CAF379F67F23AF6959BBE937340656DE26149900E8297FE2307'
checksum = '338E82187C8E0F36B2BEF0F71D4C496173A51D4524854F4D6897D28905CE969355B74A325656BD97E35B3ABBDDFB62B88E7C7165FBBAD70635AB0127D6FD3860'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 87a6cef

Please sign in to comment.