Skip to content

Commit

Permalink
AU: 3 updated - 360ts vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 16, 2023
1 parent 066e991 commit a9299a7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "11.0.0.1014",
"ts": "11.0.0.1016",
"tse": "8.8.0.1119"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>11.0.0.1014</version>
<version>11.0.0.1016</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey-community,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1014.exe'
checksum = '7f81b9bf86096684afa092f83f132a689156e1ed4477e5f62338eacb99316228'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1016.exe'
checksum = 'b73ecb6654367a51552bab197f7fd05636a1d6262382a02c62ef949966d2aba5'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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/6545c4c2671127c323182225963fcd732e1fbcc5/VSCodeSetup-ia32-1.80.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6545c4c2671127c323182225963fcd732e1fbcc5/VSCodeSetup-x64-1.80.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/61ba389b0a7108af0411c73ab30c7e4350051645/VSCodeSetup-ia32-1.80.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/61ba389b0a7108af0411c73ab30c7e4350051645/VSCodeSetup-x64-1.80.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '1e1e64b32862f4cff6b647566c18e89cb6d09abad203f4e5ae481dc6cc69dc78944740c92a745d10115a33b13fbcd31f007ef8d66f1048e9f83bbfbaf47701ef'
checksum = '94aa7767fd058df4e6ea9d582cd0d10c6b23264da9566d8a38631dd83d15a147d0c0a1955d4a697762e1d381ebe87fc3b67230427b9debcbe72a7847833463cd'
checksumType = 'sha512'
checksum64 = 'bf26bd96634430b83b32054193994bed8b2d2241f5b73c249316e1d74acda693b68f1ce177802aa98b2592bf4609cf916891b61ba9be2471952cbac9c8d5472a'
checksum64 = '0f2b11fe39e0c52f4cb558997417324a77f79abd993c13184ac4fb1b3fad5896d8202e24ce530c56018253e618cc68d8a2e8815b4bc641f70d4cfde2c0eed82f'
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.80.0.20230615</version>
<version>1.80.0.20230616</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.80.0.20230615</version>
<version>1.80.0.20230616</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.80.0.20230615]" />
<dependency id="vscode-insiders.install" version="[1.80.0.20230616]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a9299a7

Please sign in to comment.