Skip to content

Commit

Permalink
AU: 3 updated - Opera prey youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 9, 2017
1 parent 39e4a05 commit e6515d7
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/Opera/Opera.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>Opera</id>
<version>44.0.2510.1457</version>
<version>45.0.2552.635</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/Opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)

if (Is32BitInstalled) { $env:ChocolateyForceX86 = $true }

$version = '44.0.2510.1457'
$version = '45.0.2552.635'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/44.0.2510.1457/win/Opera_44.0.2510.1457_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/44.0.2510.1457/win/Opera_44.0.2510.1457_Setup_x64.exe'
checksum = '417834b5e9ffbf524101203dd361a106a2bc4e1ce063d58d8589fede6fbd4fcf'
checksum64 = '3b9f1ebee9096634c6ca51a870474811c7e2cdcd1f9f1667a10c1b5ac99824c4'
url = 'https://get.geo.opera.com/pub/opera/desktop/45.0.2552.635/win/Opera_45.0.2552.635_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/45.0.2552.635/win/Opera_45.0.2552.635_Setup_x64.exe'
checksum = '41d6e4a0278861379685988d71521d82d0c3554916a80dd54a26e3010bd92cc8'
checksum64 = 'a72c2b10e016132b755c26b662196c8b781e90bbdd4683d31c7d23e20330789a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down
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.7</version>
<version>1.6.8</version>
<title>Prey</title>
<owners>chocolatey</owners>
<authors>Fork Ltd</authors>
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.6.7/prey-windows-1.6.7-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.7/prey-windows-1.6.7-x64.msi'
checksum = 'e243cc0ab859224a7151247c1c511d93e3240baf9f5875c7f8acde5c5ccf8a37'
checksum64 = 'd120f9520730cdfd33c20ad35253a29d67fa1cf36d26a50006243560a5eb049f'
url = 'https://github.com/prey/prey-node-client/releases/download/v1.6.8/prey-windows-1.6.8-x86.msi'
url64bit = 'https://github.com/prey/prey-node-client/releases/download/v1.6.8/prey-windows-1.6.8-x64.msi'
checksum = '35f068e0a756dd4d4fda035c3ab35858845e55314ac284e9e886e3abd47fa2a1'
checksum64 = '52ab70e2ef8a4ef43925a689febca3e46bfc0eb5b60de243e01f590544df0b66'
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.05.07/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2017.05.09/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: d49c0419c7d4b608181c1aa355aa2ab6a1d54398a9a7758d437ac02b1c720c24ab4b101306a1b63f0084b8d559ca01fdd9632cf3cedebd8e3d8bd4b1b0ba986b
checksum: 00544834cd813888ab14acbc4bccc1d2e774fea3a715f2d6974916e661afb90cedcc336bbb63f71412401b0e91db103bb17fa3e6ef5bc92b33034b45ed7cb06b

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.05.07</version>
<version>2017.05.09</version>
<title>youtube-dl</title>
<owners>chocolatey</owners>
<authors>Ricardo Garcia and others</authors>
Expand Down

0 comments on commit e6515d7

Please sign in to comment.