Skip to content

Commit

Permalink
AU: 2 updated - vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 4, 2023
1 parent b98435d commit 166c04c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/2da5a0024fe2ca407f741f19340f1a10f4d692af/VSCodeSetup-ia32-1.78.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/2da5a0024fe2ca407f741f19340f1a10f4d692af/VSCodeSetup-x64-1.78.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/d317fbf2970b8f28bd7c59f545c59532cd5b293c/VSCodeSetup-ia32-1.78.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d317fbf2970b8f28bd7c59f545c59532cd5b293c/VSCodeSetup-x64-1.78.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'fec3d2b604a16a5752bc9ae8ed78666a42f0d71811a4896d3a8094a268b324264a59749775ade13313b256c78abf1cfee3287c766db1c15dc2df1cca7177a90f'
checksum = '423c3412bb560acb2fa4c422ba482ea4dd75512d9003ca2ff9ecc762bba8b21bf59a78312a3ce899ff37b07876034ee670aab57536167fa30faea1c8fa8425cd'
checksumType = 'sha512'
checksum64 = 'fbf2a219e40ac6fbd49cd58145ada705a820928bbd188976a8ea4d2ab24124e3affe356c7cef516e82aa5b4eb6ddfb689ab331c9448be1c5329a4377cc397cd0'
checksum64 = '58dfbd926ac9a03c9faccdbcba875b95c604574cad8c9466663ce08b1d11c959e3eae9992fc0e67cc4acf23e0d49134c9953ff859d65933f9535dd0c5c88ece5'
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.78.0.20230403</version>
<version>1.78.0.20230404</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.78.0.20230403</version>
<version>1.78.0.20230404</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.78.0.20230403]" />
<dependency id="vscode-insiders.install" version="[1.78.0.20230404]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 166c04c

Please sign in to comment.