Skip to content

Commit

Permalink
AU: 1 updated - webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 30, 2020
1 parent 7e0d450 commit dc485c3
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-2020.2.4.exe'
checksum = '81f1a596fcad6b3077d9878822bd00ebe9960d72ceaf30494e9ea74bf9ffb575'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2020.3.exe'
checksum = '09d0a68d1e2ee6f39a7adde218ca7b491d7a81a02cca983c91aeb4eecc8811c8'
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.2.4</version>
<version>2020.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 dc485c3

Please sign in to comment.