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 Dec 21, 2023
1 parent 1fdcc44 commit 03ba9d1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/prey/prey-node-client/releases>
location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v.1.10.10/prey-windows-1.10.10-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v.1.10.10/prey-windows-1.10.10-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.11.10/prey-windows-1.11.10-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.11.10/prey-windows-1.11.10-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: E831BC68BE3DDC2F3703AD34A41CAAA6373F513E2B7B4A5F093DD980FC22D034
checksum64: 9A9F7B5B096A38E9C079465FB49407AFFAF366C3F2189960402E197B297A81F1
checksum32: 46C2A7690597615C78C727079BF318B60F47773C9F6100F87540F5E0AC24B0A2
checksum64: DB0EB242AF64F9A1FC0CF1A0532F246EA82AB77153802F7FBE77F0663587FA74

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
3 changes: 2 additions & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"1.7": "1.7.5",
"1.8": "1.8.3",
"1.9": "1.9.24",
"1.10": "1.10.10"
"1.10": "1.10.10",
"1.11": "1.11.10"
}
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.10</version>
<version>1.11.10</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.10</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.11.10</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.10-x86.msi"
file64 = "$toolsPath\prey-windows-1.10.10-x64.msi"
file = "$toolsPath\prey-windows-1.11.10-x86.msi"
file64 = "$toolsPath\prey-windows-1.11.10-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 03ba9d1

Please sign in to comment.