Skip to content

Commit

Permalink
AU: 1 updated - prey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 15, 2022
1 parent 30844c3 commit a8837c8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/prey/prey-node-client/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.4/prey-windows-1.10.4-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.4/prey-windows-1.10.4-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.5/prey-windows-1.10.5-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.10.5/prey-windows-1.10.5-x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: C5361C8FE4FACEAB12AC08598A7C3AEA8DE00C6F5745B4B8DF94DC2C4AC5BE0D
checksum64: 69FDB2E765974648216E4343A5AB6A0ACD100099F2492D2180346DE97CE4E44A
checksum32: BC5D05B331769CC93D4128085D33ABAB5161D48C727EC5B9AD127129E4493047
checksum64: DCE6B7CC5C652FABE45A4BF0FFB1D109D2F9187C275F2CC04612AC27B8805494

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"1.7": "1.7.5",
"1.8": "1.8.3",
"1.9": "1.9.24",
"1.10": "1.10.4"
"1.10": "1.10.5"
}
4 changes: 2 additions & 2 deletions 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/2015/06/nuspec.xsd">
<metadata>
<id>prey</id>
<version>1.10.4</version>
<version>1.10.5</version>
<title>Prey</title>
<owners>chocolatey-community</owners>
<authors>Fork Ltd</authors>
Expand All @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis
- You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.10.4</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.10.5</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.10.4-x86.msi"
file64 = "$toolsPath\prey-windows-1.10.4-x64.msi"
file = "$toolsPath\prey-windows-1.10.5-x86.msi"
file64 = "$toolsPath\prey-windows-1.10.5-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit a8837c8

Please sign in to comment.