Skip to content

Commit

Permalink
AU: 1 updated - webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 28, 2019
1 parent 25033f3 commit 084e92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.1.2.exe'
checksum = 'c9d60348d879673d6a652488bfdf4c77b68a520a854aee52441dafc40928fbc7'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2019.1.3.exe'
checksum = 'd6116f19880e141a16f7bf78b877de62dafd583ec8f983783f60eab9456d4645'
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.1.2</version>
<version>2019.1.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 084e92d

Please sign in to comment.