Skip to content

Commit

Permalink
AU: 3 updated - 360ts dropbox patch-my-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 22, 2017
1 parent d98e76a commit 88d1e59
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.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>9.2.0.1124</version>
<version>9.2.0.1151</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.2.0.1124.exe'
checksum = 'ad90121e26116cefe64fd211f7756cd103fd71e8e211d7608982eb6170eab8b3'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.2.0.1151.exe'
checksum = '8b0dec83237b40dfc5a7d094ae2bd254e56ea40b39e9d28c95281efd1ba01cb0'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox_beta/dropbox_beta.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>dropbox</id>
<version>33.3.19-beta</version>
<version>34.3.18-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey, Rob Reynolds</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>patch-my-pc</id>
<version>3.2.0.0</version>
<version>3.2.0.1</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = '4e80e562625cb31da3fb08134b2c100e0b5a9f99cea74aa0f94e8df57d551db9'
checksum = 'dd9a2353d6ffc1a6ff4ac51baa703868c4471b2e2af26cf459d2a5f4e2a5788c'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 88d1e59

Please sign in to comment.