From 87a6cef518c5431218d470c8b78a8f68eaf85a93 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 5 Jul 2024 12:19:49 +0000 Subject: [PATCH] AU: 2 updated - chromium spotify [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/a4d146529a1aeae0901ddf18afdb420ae45e88b1 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- automatic/spotify/info | 2 +- automatic/spotify/spotify.nuspec | 2 +- automatic/spotify/tools/ChocolateyInstall.ps1 | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 8ad57b6cd51..c2a674b952c 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6577.0-snapshots", + "snapshots": "128.0.6578.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 6364c748af0..c62e989b730 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6577.0-snapshots + 128.0.6578.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 8ea6fca4b3f..655e6e4db7b 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 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 diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 7b13fbde812..99bcd9dba87 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -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 @@ -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' diff --git a/automatic/spotify/info b/automatic/spotify/info index b4d00b52708..84661d48230 100644 --- a/automatic/spotify/info +++ b/automatic/spotify/info @@ -1 +1 @@ -"ad3a0720f1f13cee556c39d0574b77cb"|1.2.40.599 +"cd620d4780549aa3a82f80d6ac90e17c"|1.2.41.434 diff --git a/automatic/spotify/spotify.nuspec b/automatic/spotify/spotify.nuspec index f3472635e97..09015bf2e23 100644 --- a/automatic/spotify/spotify.nuspec +++ b/automatic/spotify/spotify.nuspec @@ -3,7 +3,7 @@ spotify - 1.2.40.599 + 1.2.41.434 Spotify Spotify http://spotify.com diff --git a/automatic/spotify/tools/ChocolateyInstall.ps1 b/automatic/spotify/tools/ChocolateyInstall.ps1 index fb77032b8fd..a00a3bac408 100644 --- a/automatic/spotify/tools/ChocolateyInstall.ps1 +++ b/automatic/spotify/tools/ChocolateyInstall.ps1 @@ -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'