Skip to content

Commit

Permalink
AU: 2 updated - 360ts sysinternals
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 26, 2019
1 parent 6e4afb0 commit d991b67
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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": "10.2.0.1309",
"ts": "10.6.0.1038",
"tse": "8.8.0.1105"
}
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>10.2.0.1309</version>
<version>10.6.0.1038</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,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_10.2.0.1309.exe'
checksum = 'daec25bd619d78a7cd76d51df0d8fdf86f5e6e9f68c4930daa9e1f920128260b'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.6.0.1038.exe'
checksum = '183e2d5d1ea4f300970f0d6aca425fc42e5c1cbb673effcd648a0708c7a3ee24'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2019.3.18</version>
<version>2019.3.26</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = 'aa9bf58a84c78503c1e5feae9f0dce8f6867ebdf9cea1956564d051f4bcd651c'
checksum = 'cf9df1ed2782bb0f7da3648f8ef732ae017f044d641705f61633fce6453a3fec'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down

0 comments on commit d991b67

Please sign in to comment.