Skip to content

Commit

Permalink
AU: 2 updated - spotify webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 25, 2019
1 parent 4441ee9 commit ed3c2a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"af04636f79b208070b11b220888285fa"|1.1.19.480
"923cb6c20a3f847732d2b51ced25d7dd"|1.1.20.510
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.19.480</version>
<version>1.1.20.510</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 = '649EE2FE7B94125C8A73A01FC878F4412AC8835711F195A87E19C959C24FAE21A93D68A920FA3414FF39E4B6A6C2407BFCEC0B59DF3F00AB6384E10681AF1C06'
checksum = '7BEA58A70E1D1566A96A92E99425C0CAD92B66423104EFF7BF07311B48B65401F31957186EDFF5932C785E018816F4BB4DA7C782CB66AC104C07264FB11C0567'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2019.2.4.exe'
checksum = '562d6b9cc426164919e3164bb970421ef05a7a54bafa17fd99878b2834077b82'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2019.3.exe'
checksum = 'f38363a703ab4d81960bad2bddb13e18453a63ab42b97117ca75aff757999b48'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2019.2.4</version>
<version>2019.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit ed3c2a6

Please sign in to comment.