Skip to content

Commit

Permalink
AU: 1 updated - prey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 23, 2019
1 parent 2d876c7 commit 09dda1b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/prey/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@3954a1a1afd46d88381ec1e87c3e4cd3dad16066/icons/prey.png" width="48" height="48"/> [prey](https://chocolatey.org/packages/prey)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@3954a1a1afd46d88381ec1e87c3e4cd3dad16066/icons/prey.png" width="48" height="48"/> [prey](https://chocolatey.org/packages/prey)


Prey lets you keep track of your laptop, phone and tablet whenever stolen or missing - easily and all in one place. It's lightweight, open source software that gives you full and remote control, 24/7.
Expand Down
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.8.3/prey-windows-1.8.3-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.8.3/prey-windows-1.8.3-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.0/prey-windows-1.9.0-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.0/prey-windows-1.9.0-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: 91941630F10C825C6F69D747E156A33B58FFEDD903FD80A9D7DBF9AFBDFFD0BD
checksum64: DEC9343E83F9081209F2D8343BA498781606A16C5024AE04587DA7938D98B461
checksum32: 1354D57C51D96C01307884140CA7B75C9B762C442E89FDBBD179950CEE461BC7
checksum64: 3C0E76DAC3F4A1429DFCF466A6B99385A6583BC824F3D92740C3EA4E2EA373EB

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
@@ -1,5 +1,6 @@
{
"1.6": "1.6.9",
"1.7": "1.7.5",
"1.8": "1.8.3"
"1.8": "1.8.3",
"1.9": "1.9.0"
}
8 changes: 4 additions & 4 deletions automatic/prey/prey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>prey</id>
<version>1.8.3</version>
<version>1.9.0</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
<licenseUrl>https://github.com/prey/prey-node-client/blob/master/license.txt</licenseUrl>
<projectUrl>https://preyproject.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@3954a1a1afd46d88381ec1e87c3e4cd3dad16066/icons/prey.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@3954a1a1afd46d88381ec1e87c3e4cd3dad16066/icons/prey.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description><![CDATA[
Expand All @@ -21,9 +21,9 @@ 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.8.3</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.9.0</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/prey</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
<docsUrl>https://help.preyproject.com/</docsUrl>
<bugTrackerUrl>https://github.com/prey/prey-node-client/issues</bugTrackerUrl>
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.8.3-x86.msi"
file64 = "$toolsPath\prey-windows-1.8.3-x64.msi"
file = "$toolsPath\prey-windows-1.9.0-x86.msi"
file64 = "$toolsPath\prey-windows-1.9.0-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 09dda1b

Please sign in to comment.