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 Apr 21, 2017
1 parent 78e7b32 commit fab58ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>9.0.0.1168</version>
<version>9.0.0.1171</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_9.0.0.1168.exe'
checksum = '845f5a1838e34f604804aaa5d0ff8eff53c09a088d862faade3ae47d254b0a6f'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.0.0.1171.exe'
checksum = 'bac653d288e7675faee51239e9667d4a417257b4108a41e9a1c517a20211b0ea'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit fab58ab

Please sign in to comment.