Skip to content

Commit

Permalink
AU: 2 updated - Opera spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2020
1 parent 34d119b commit 793f756
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>69.0.3686.36</version>
<version>69.0.3686.49</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-69/#b3686.36</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-69/#b3686.49</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.36/win/Opera_69.0.3686.36_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.36/win/Opera_69.0.3686.36_Setup_x64.exe'
checksum = '962cab00cc53368e4eb22db0df93c098780e3a2d8c560ff2b357eafb480c0973'
checksum64 = '4e739907a96a120ed075cee6105ca709a482f23f40a0e50ece8c8a95fbbb24ed'
url = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.49/win/Opera_69.0.3686.49_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/69.0.3686.49/win/Opera_69.0.3686.49_Setup_x64.exe'
checksum = '13ef69e545b5f65a49450d50281439a2b33baf1245e272f180204a8d0105b30e'
checksum64 = 'd979dab2641bf6007a0e893354b064f1fd70dcc0dfb57167395a8ef94f7eddbb'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '69.0.3686.36'
$version = '69.0.3686.49'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"16f4e2dc42d3d4715f6c7cc87dad3751"|1.1.35.458
"c560a45aded7b4a0e81501e420ae8fae"|1.1.36.734
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.35.458</version>
<version>1.1.36.734</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 = '960F69503F4B34A8356AB981D63E4C27FDA9EDC8E2A60664823271EE23BEBBD331E52D0361B87DF050E7F254026DFCBF46130D48691D1B3A8F343F2651B28E9E'
checksum = '1D0339D4DF5F56CAF5DBA9E75047B45DC95CED44B1E8D0B4138CE9AAF9C3AF3B4020E60667216705B87ECBC5C27ACA951364ED92945661A694EC75186D491426'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 793f756

Please sign in to comment.