From 09dda1bda604d4c08c2e4dde1f95f432888973b6 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 23 Jul 2019 06:11:17 +0000 Subject: [PATCH] AU: 1 updated - prey [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/e4f174e5f2b7c2daea90a652a34522b0efee48b3 --- automatic/prey/README.md | 2 +- automatic/prey/legal/VERIFICATION.txt | 8 ++++---- automatic/prey/prey.json | 3 ++- automatic/prey/prey.nuspec | 8 ++++---- automatic/prey/tools/chocolateyInstall.ps1 | 4 ++-- 5 files changed, 13 insertions(+), 12 deletions(-) diff --git a/automatic/prey/README.md b/automatic/prey/README.md index 6b4a3bbfa8b..fab97a9ef58 100644 --- a/automatic/prey/README.md +++ b/automatic/prey/README.md @@ -1,4 +1,4 @@ -# [prey](https://chocolatey.org/packages/prey) +# [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. diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index 9278550af53..4c0937bbc51 100644 --- a/automatic/prey/legal/VERIFICATION.txt +++ b/automatic/prey/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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 diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index 4d4041f9bea..cb9e3f14294 100644 --- a/automatic/prey/prey.json +++ b/automatic/prey/prey.json @@ -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" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index e73c4627754..661ad3b6313 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,13 +3,13 @@ prey - 1.8.3 + 1.9.0 Prey chocolatey Fork Ltd https://github.com/prey/prey-node-client/blob/master/license.txt https://preyproject.com/ - https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@3954a1a1afd46d88381ec1e87c3e4cd3dad16066/icons/prey.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@3954a1a1afd46d88381ec1e87c3e4cd3dad16066/icons/prey.png false Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing. - https://github.com/prey/prey-node-client/releases/tag/v1.8.3 + https://github.com/prey/prey-node-client/releases/tag/v1.9.0 prey anti-theft lockdown tracking admin foss cross-platform - https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/prey + https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/prey https://github.com/prey/prey-node-client https://help.preyproject.com/ https://github.com/prey/prey-node-client/issues diff --git a/automatic/prey/tools/chocolateyInstall.ps1 b/automatic/prey/tools/chocolateyInstall.ps1 index 2040daa6109..62b60169f33 100644 --- a/automatic/prey/tools/chocolateyInstall.ps1 +++ b/automatic/prey/tools/chocolateyInstall.ps1 @@ -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)