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 Jun 8, 2017
1 parent cd387ba commit 6fc0cfa
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-2017.1.3.exe'
checksum = '35a09f65713c7b31f40efc355bef6370ee2541d561fb180f8a084411364ceba3'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.1.4.exe'
checksum = 'aaee63d4938617ca7aa591bcb4ea8201cbdeab5e15e409be994d42c1ca3ab51a'
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>2017.1.3.20170606</version>
<version>2017.1.4</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 6fc0cfa

Please sign in to comment.