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 Oct 13, 2022
1 parent dfa8a9b commit 52cfa1f
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
@@ -1,4 +1,4 @@
{
"ts": "10.8.0.1498",
"ts": "10.8.0.1500",
"tse": "8.8.0.1119"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>10.8.0.1498</version>
<version>10.8.0.1500</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
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1498.exe'
checksum = '63f8b9d6fa9c5b274c9248c1df51cbea675969f01573559e277ff2b4b653dcfc'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1500.exe'
checksum = '6118d5487cc666b01f95873a4cfb2c41bc70b422ca56610cfb3fb71b60222ab3'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/56f631257cfafdd76acbf062654ae4d8ad32e221/VSCodeSetup-ia32-1.73.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/56f631257cfafdd76acbf062654ae4d8ad32e221/VSCodeSetup-x64-1.73.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/a8108049ab61b970f2ec1839dfb753054e07395e/VSCodeSetup-ia32-1.73.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a8108049ab61b970f2ec1839dfb753054e07395e/VSCodeSetup-x64-1.73.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'fae5a653000ab8455ddc446e387f52b948ad72d176f6110d75f19d26c909c438d750ba5f7525837befd1f2b76fd8d33bc6745b4f7752a8cbc978c251b3afe724'
checksum = '3024c09340ce1c51c3fe9ace73917cef8a0d8bff1fa65d8d6d4e962faed67c88fef5e5b5f1c28896b6e5efac3c0dc0d48628176a264ec01f4f6041e78852c23c'
checksumType = 'sha512'
checksum64 = '2c6e44c08a63cd635bc5c5ed2b458cb2e93afb677aaea4df7f09db191829cf8a1941a39f7d1957a3b871b9dc5a389341de1ccbd1595ab3b08b0fa0e9ed4708aa'
checksum64 = 'ed723b4f126ff8c39cb752fb309c806fb0711a8d95ceb3dda095e8fda4840eb132c6467c0e8a18ad897c6a9cee5c08daa686e50e80505c3d81eb57129df5a2cc'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.73.0.20221012</version>
<version>1.73.0.20221013</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.73.0.20221012</version>
<version>1.73.0.20221013</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.73.0.20221012]" />
<dependency id="vscode-insiders.install" version="[1.73.0.20221013]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 52cfa1f

Please sign in to comment.