Skip to content

Commit

Permalink
AU: 1 updated - 360ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 1, 2018
1 parent ecf2474 commit a07566c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
@@ -1,4 +1,4 @@
{
"ts": "10.0.0.1167",
"ts": "10.0.0.1175",
"tse": "8.8.0.1096"
}
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.0.0.1167</version>
<version>10.0.0.1175</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
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.0.0.1167.exe'
checksum = 'aa5e949bd587a2457141252208065915091c2f4d0d89d60b1b638e8147cf7b67'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.0.0.1175.exe'
checksum = '8572f96cbd5dbc07995a04bd5e49b4488b32a3b6a0507b3ff8f11c9732bf3ef8'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit a07566c

Please sign in to comment.