Skip to content

Commit

Permalink
AU: 2 updated - prey youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 7, 2017
1 parent d38e100 commit 610bdb5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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/2010/07/nuspec.xsd">
<metadata>
<id>prey</id>
<version>1.6.5</version>
<version>1.6.6</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#http://help.preyproject.com/article/188-prey-unattended-install-for-computers
#http://help.preyproject.com/article/188-prey-unattended-install-for-computers

$ErrorActionPreference = 'Stop'

$packageArgs = @{
packageName = 'prey'
fileType = 'msi'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.5/prey-windows-1.6.5-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.5/prey-windows-1.6.5-x64.msi'
checksum = '82443710115d033c7f6d7eaf8426a980ae531cbf63cb958dee40bb6f127a7722'
checksum64 = 'f91d125da6e71bb49a15f9b0fec00227fc19df6467d10ef36f6ac6d66be14778'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.6/prey-windows-1.6.6-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.6/prey-windows-1.6.6-x64.msi'
checksum = 'b38c383da6cfc283d9e59ab22629688f82cc4007f166563084a18680cfc450d3'
checksum64 = '49cbdd7dc73c3a675d1f0c6615db4a7e2809475120109ffda4f27465b4871843'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/qn'
Expand Down
4 changes: 2 additions & 2 deletions automatic/youtube-dl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/rg3/youtube-dl/releases/latest>
and can be verified like this:

1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.03.06/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.03.07/youtube-dl.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha512
checksum: d15453f0ef21a85a2f51abfbfaeab6c03ae1d24efa04fde1baa5584b6d7435fa8242245c4411564e949c79a909307b7656b4682995659a25f64d811208eb1728
checksum: 13d6a6ef5d15f8c75fba81d55c248ffea7e3eba41ad598846576f190145bda06175ef74fc1e635647c20ba839e7bbe95da043310ed0a78ccbe2f56d5e02a97d5

File 'LICENSE.txt' is obtained from <https://github.com/rg3/youtube-dl/blob/b7769a05eca3611e492f7a75f1c40cddd2019ef1/LICENSE>
2 changes: 1 addition & 1 deletion automatic/youtube-dl/youtube-dl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>youtube-dl</id>
<version>2017.03.06</version>
<version>2017.03.07</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit 610bdb5

Please sign in to comment.