From ed3c2a655f7fd29bac12a14cef95312e1b43f372 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Mon, 25 Nov 2019 18:13:49 +0000 Subject: [PATCH] AU: 2 updated - spotify webstorm [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/403d7197617b93b952a4abe7795050667b03d93d --- automatic/spotify/info | 2 +- automatic/spotify/spotify.nuspec | 2 +- automatic/spotify/tools/ChocolateyInstall.ps1 | 2 +- automatic/webstorm/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/webstorm/webstorm.nuspec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/spotify/info b/automatic/spotify/info index 06ac460d9a3..346e6efd34b 100644 --- a/automatic/spotify/info +++ b/automatic/spotify/info @@ -1 +1 @@ -"af04636f79b208070b11b220888285fa"|1.1.19.480 +"923cb6c20a3f847732d2b51ced25d7dd"|1.1.20.510 diff --git a/automatic/spotify/spotify.nuspec b/automatic/spotify/spotify.nuspec index 1df84ebec66..321ba0eea41 100644 --- a/automatic/spotify/spotify.nuspec +++ b/automatic/spotify/spotify.nuspec @@ -3,7 +3,7 @@ spotify - 1.1.19.480 + 1.1.20.510 Spotify Spotify http://spotify.com diff --git a/automatic/spotify/tools/ChocolateyInstall.ps1 b/automatic/spotify/tools/ChocolateyInstall.ps1 index 210c19d08d7..53781024113 100644 --- a/automatic/spotify/tools/ChocolateyInstall.ps1 +++ b/automatic/spotify/tools/ChocolateyInstall.ps1 @@ -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' diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index de9f9f029b6..3fb213ad96b 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -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 diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index 2ad28357ba2..f4ac5f3cbf4 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2019.2.4 + 2019.3 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp