Skip to content

Commit

Permalink
AU: 3 updated - vscode-insiders vscode-insiders.install webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 25, 2024
1 parent 5fe176f commit d1e8ac6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/409da0445d397e37a790ce5d2499688955c3fcfa/VSCodeSetup-x64-1.88.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/b0d975fc6370f15570c380f41015b1ca2cdcb791/VSCodeSetup-x64-1.88.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = 'e93383a452e22c697c63568f4a0c2548d8ba6c83d4717b646b4155a72d999a4a237576be1b2a79b5429336eb11094542307b53783323592dab697391e6160b2f'
checksum64 = 'b03e94eed5dcbc72a23dd5b345b0505c3423a874f804f3e39b184df33ca55a49ccf491bded8c3d9d069e1eb4c518bb1ae82ea7a047fbf509cd7c9e1feaf6b888'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.88.0.20240322</version>
<version>1.88.0.20240325</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.88.0.20240322</version>
<version>1.88.0.20240325</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.88.0.20240322]" />
<dependency id="vscode-insiders.install" version="[1.88.0.20240325]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down
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 = 'WebStorm *'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.3.5.exe'
checksum = '2b6fb568f8c77562e03769a7907e12a2175935dd1f4a66a4f8128c80c6887e92'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.3.6.exe'
checksum = 'd7f43f75227f60d669e153ea6633f8448ef74f4e384b303eb5e9d905d552f2b5'
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>2023.3.5</version>
<version>2023.3.6</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit d1e8ac6

Please sign in to comment.