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 Jul 27, 2020
1 parent 709ea7a commit 952f9b8
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 @@
"97e4279d508a5d4c78ac3d2f6eb4298e"|1.1.37.690
"46a5aa360c7184c7419520d2a43b9402"|1.1.38.558
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.37.690</version>
<version>1.1.38.558</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 = 'FA26A07A3EA3E468ECD39A2B2924C95E05358FB6AF36F02361C265D2EF23ED8922B0820EE0D9D77911C3450B2D8ABC31BFE715F17DF7CF068E106170002E6203'
checksum = '1AE00F9A3060A4467A3FED97D7FB90829E40BCA3CA143E6BE90703D0366CF54D5EF98D3439BB8B0FF8EB6436F6A51FCC0AF8E437A925162C9E12B95CBFC73CCA'
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-2020.1.4.exe'
checksum = 'b2c321f8a8bfe6b8286dec97e4247cd281c6325599a0d1a86eb5f53f929ba3c0'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.2.exe'
checksum = 'daa236a1c9705f36ed16f04d671d5874a67ee84e0e5160af542359d6fb7e7cd5'
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>2020.1.4</version>
<version>2020.2</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 952f9b8

Please sign in to comment.