Skip to content

Commit

Permalink
AU: 3 updated - chromium skype spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 17, 2023
1 parent 322c626 commit 42d8aaa
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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": "112.0.5601.0-snapshots",
"snapshots": "112.0.5602.0-snapshots",
"stable": "110.0.5481.100"
}
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>112.0.5601.0-snapshots</version>
<version>112.0.5602.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/1106413/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1106362/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1106694/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1106693/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: DA4F26B0419DFE0223DE87FD643F078A36131FF297FAECE26FE080B062974151
checksum64: A001BFEA6DC16AD9E2AB2E0FDCB3156D8AD3565FAECF5F2EADA723827C1496EA
checksum32: 150D3F8B137CF5B53B1DC78FA7888C9216A3A091A050ECFE419E703D7162FF33
checksum64: 0B74C9D484704BFF163B5CE16237EA73EB387464DF610B5401B51910DED18068

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 = "112.0.5601.0-snapshots"
$version = "112.0.5602.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/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.93.0.408</version>
<version>8.94.0.422</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.93.0.408.msi'
checksum = '502970b47e93afd2e669ba1cd8197d5fe25640c197fdd8a6739a9512134b72f0'
url = 'https://download.skype.com/s4l/download/win/Skype-8.94.0.422.msi'
checksum = '0b4037852ac0eeddb889aeaf724b22d0766602d9ba738d8650043e0f8d7a52aa'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2544d30fcbd9394e3351b8488f8a917c"|1.2.3.1115
"c72ccd248b4a2b7124c017b103fbfec8"|1.2.5.1006
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.3.1115</version>
<version>1.2.5.1006</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 = '47DAEF0AE0A3FCCAE612A3175F64A50FAA734776205A7F36509F505C0B45EABE10888DED17832158D79D5CF7A52B965C4DF5B01DBE13F8FF9F02FAF4A5D3A6BE'
checksum = '580737ED36E24F8197E51DE5848225E9465D4D860932817235C33887707B4099121DB902EB133DE539B5B4FF24C432C73B4ECDBDCAF0B305FE1F287F28021A35'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 42d8aaa

Please sign in to comment.