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 Aug 9, 2018
1 parent 8d014aa commit a254514
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 @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.2.exe'
checksum = 'aa2e2d70947b360e02d2d15c65dea44ab039f5a8485cde03c2fde233dd8c6291'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.2.1.exe'
checksum = '0f8950f8b2d0d4fcc227e280a72b5fd81e12d1e975cf0f70771412a8f5b47a73'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
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>2018.2</version>
<version>2018.2.1</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit a254514

Please sign in to comment.