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 Feb 16, 2024
1 parent 6c1dd93 commit 042e063
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
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'WebStorm *'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.3.3.exe'
checksum = '001f52ed675bcc5b298c98b37423d97d5cfd86e87c89ebe983c964e88b06254c'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.3.4.exe'
checksum = '5517840c35832d1312f1add5233ed93a6a63383f05e89eb385266fd01c670959'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2023.3.3</version>
<version>2023.3.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 042e063

Please sign in to comment.