diff --git a/automatic/360ts/360ts.json b/automatic/360ts/360ts.json index 058587daf41..4a0483a3e95 100644 --- a/automatic/360ts/360ts.json +++ b/automatic/360ts/360ts.json @@ -1,4 +1,4 @@ { - "ts": "11.0.0.1046", + "ts": "11.0.0.1048", "tse": "8.8.0.1119" } diff --git a/automatic/360ts/360ts.nuspec b/automatic/360ts/360ts.nuspec index 57caba23124..bcd24fadead 100644 --- a/automatic/360ts/360ts.nuspec +++ b/automatic/360ts/360ts.nuspec @@ -3,7 +3,7 @@ 360ts - 11.0.0.1046 + 11.0.0.1048 360 Total Security Qihu 360 Software chocolatey-community,adgellida diff --git a/automatic/360ts/tools/chocolateyInstall.ps1 b/automatic/360ts/tools/chocolateyInstall.ps1 index a4698ebb775..f1a9af9ed2c 100644 --- a/automatic/360ts/tools/chocolateyInstall.ps1 +++ b/automatic/360ts/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $packageArgs = @{ packageName = '360ts' fileType = 'exe' - url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1046.exe' - checksum = '6129bfeab03fa6b83af7a48cb60254136013309967b0fbe00b594254184719ec' + url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_11.0.0.1048.exe' + checksum = '1a437bec0a4f32636fafde2151a57128a3735c3ced65a45750a1b34a67645dc8' checksumType = 'sha256' silentArgs = '/S' validExitCodes = @(0)