Skip to content

Commit

Permalink
AU: 2 updated - patch-my-pc prey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 15, 2017
1 parent 2d81f7d commit e64d504
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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.1.2.0</version>
<version>3.2.0.0</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 = '54ee146db14dc7e3e9eaac709f9f7d02aac94d937010d9ef991d0f65be825807'
checksum = '4e80e562625cb31da3fb08134b2c100e0b5a9f99cea74aa0f94e8df57d551db9'
checksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/prey/prey.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>prey</id>
<version>1.6.9</version>
<version>1.7.0</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'prey'
fileType = 'msi'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.9/prey-windows-1.6.9-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.9/prey-windows-1.6.9-x64.msi'
checksum = '459a30733c2e8f5d6c3334de2ad704515f1ac10e0b9017364d81ea50f5cd30bf'
checksum64 = 'f845f85cd5cc6140444672c2bbe42f7e75e8d1ab498fe2e563343734927dcdc4'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.7.0/prey-windows-1.7.0-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.7.0/prey-windows-1.7.0-x64.msi'
checksum = '309b4312d65e4125cc9f89a24bdec5d3a4de465a9e7208cbd6d1eac35c2badcc'
checksum64 = '63f35f41e9232f6a11e9c8002c8c7c13470f2f9b364890788b9093154843a112'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
Expand Down

0 comments on commit e64d504

Please sign in to comment.