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 committed Mar 15, 2019
1 parent 0f095c1 commit 359e8cf
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": "75.0.3735.0-snapshots",
"stable": "72.0.3626.119"
"stable": "73.0.3683.75"
}
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>75.0.3735.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>73.0.3683.75</version>
<title>Chromium</title>
<owners>chocolatey</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://storage.googleapis.com/chromium-browser-snapshots/Win/641077/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/641085/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v73.0.3683.75-r625896-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v73.0.3683.75-r625896-win64/chromium-sync.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: 80847E0FE33DDAF0A5A56815CA722260B42414A86AF1941E663272AC89E093AE
checksum64: A04F88FD6EBC9F753285A54CB2800D403FBC9DBEA83B2B3F771A474D7281F74A
checksum32: FA2531493F81BE66B434C0B7BEB2F48B8061E0EF2C9D12F2E82B3E454AE8342A
checksum64: 8575D274939D6EC7B459C75AE69705E1E3C31914BA51C9C6274898DB3313EA68

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 = "75.0.3735.0-snapshots"
$version = "73.0.3683.75"
$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 @@
"39d3b81378683c661b6c8ad5ec18120d-13"|1.1.0.237
"3298a38c8093e6ae9cb0bcfb86b718f1-13"|1.1.1.348
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.0.237</version>
<version>1.1.1.348</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.spotify.com/SpotifyFullSetup.exe'
checksum = 'CBB5F541B71E9D6B62759E225F84D6A6D106E565D43997969691281AB0AAE4E69A19489EF74CDDC4D4BE85365A0276673B3C5C4F5C13AC794086A5310CF1E160'
checksum = 'E5B5662A9E48AE27A418766853E4B20773F55FD044765D005F09896B9559855955D524F76DC9E70F72097B35B3998820F2DB4CB9836C72BCD329E9EDC2573FCF'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 359e8cf

Please sign in to comment.