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 Jan 30, 2019
1 parent 102123d commit 18189cc
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": "74.0.3687.0-snapshots",
"snapshots": "74.0.3689.0-snapshots",
"stable": "71.0.3578.98"
}
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>74.0.3687.0-snapshots</version>
<version>74.0.3689.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</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/626488/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/626486/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/627372/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/627373/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: F0D5CE546DA173A551014131D873210D7D83C7ABD25C8D4B047B30D1B1522F46
checksum64: 0F339D24B747E753059B7467E228964F5C5856ABA7874D1017A562358F92FC1C
checksum32: 7D1D223953D80A9A9602C6D257E18F1D07D8B3670B9E2C6604D48B12F8E7A5A6
checksum64: ED01365A7D520E6D4EA37FEAE146CAA088C62CB9E5F6E4CD57940C8442222701

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 = "74.0.3687.0-snapshots"
$version = "74.0.3689.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 @@
"d079dc6aca01196a77552730b2b145db-13"|1.0.96.181
"915db329101069c96e8036e14327bcab-13"|1.0.98.78
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.0.96.181</version>
<version>1.0.98.78</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 = 'C943BCCEAD97DB1632BF773746C44CB7D5DD9A0D57A6A1A472C8E11224FD49BC8839CACC77FCFDBBA946792B756B510A1E8313E8A2E8CDC9EDE2A554CC25D44F'
checksum = 'ABE8061909A3B03B0439B634D23B3A562CC7727814FAC50A07FC3B9B19AB8F2F4D1724F75679C0BA1F9B7C53B5AE8031A46951E09971CAA3E090DE4F8FA532D4'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 18189cc

Please sign in to comment.