Skip to content

Commit

Permalink
AU: 2 updated - calibre prey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 2, 2017
1 parent 91de63f commit f9baa90
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>0.0</version>
<version>3.11.1</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
11 changes: 6 additions & 5 deletions automatic/prey/prey.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>prey</id>
<version>1.7.0</version>
<version>1.7.2</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
<licenseUrl>https://www.gnu.org/licenses/gpl.html</licenseUrl>
<projectUrl>http://preyproject.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/3954a1a1afd46d88381ec1e87c3e4cd3dad16066/icons/prey.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Prey lets you keep track of your laptop, phone and tablet whenever stolen or missing easily and all in one place. Its lightweight, open source software that gives you full and remote control, 24/7.
<description><![CDATA[
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.
### Notes
## Notes
- To pass your `API_KEY` you can use `choco install prey -y -ia "'/API_KEY=foobarr123'`
- You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey.
</description>
]]></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</releaseNotes>
<copyright />
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.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'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.7.2/prey-windows-1.7.2-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.7.2/prey-windows-1.7.2-x64.msi'
checksum = 'e55e6ebd0a0653650dcb41b2f7c1bdc5a5d22a5cc897dc846017f00cccf9dbbb'
checksum64 = 'b00ef2f19fff5f3530202582e9c7bf828e212071e965dd77592571bcddf52e7c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
Expand Down

0 comments on commit f9baa90

Please sign in to comment.