Skip to content

Commit

Permalink
AU: 2 updated - freecad youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 9, 2018
1 parent 8bf4de1 commit 5602c36
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions automatic/freecad/freecad.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freecad</id>
<version>0.16.6712</version>
<version>0.17</version>
<title>FreeCAD</title>
<owners>chocolatey,purity</owners>
<authors>Jürgen Riegel</authors>
Expand All @@ -21,7 +21,7 @@ FreeCAD is based on OpenCasCade, a powerful geometry kernel, features an Open In
]]></description>
<summary>A parametric 3D CAD modeler</summary>
<releaseNotes>https://www.freecadweb.org/wiki/Release_notes_016</releaseNotes>
<releaseNotes>https://www.freecadweb.org/wiki/Release_notes_017</releaseNotes>
<tags>freecad 3d cad modeling engineering admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/freecad</packageSourceUrl>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.16/FreeCAD.0.16.6706.f86a4e4-WIN-x86-installer.exe'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.16.6712/FreeCAD-0.16.6712_x64_setup.exe'
url = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD-0.17.13509.0258808-WIN-x86-installer.exe'
url64 = 'https://github.com/FreeCAD/FreeCAD/releases/download/0.17/FreeCAD-0.17.13509.0258808-WIN-x64-installer.exe'
softwareName = 'FreeCAD*'
checksum = '15a84512855adb0ce86e78c5424a9cb589201369aa070acc7b9467621bc434ab'
checksum = '4b071a1f6ccb104055c5dfe18111dab1150b35a8e47fe0a99988262f6289456a'
checksumType = 'sha256'
checksum64 = 'a37d42ec379b8f23c54be5adb48141b7b13931827b84949e9d15698296ab856c'
checksum64 = 'dc71e49619ce4023ffd40b52e8a1e102a485de82ae61b20358343ddc03807938'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['file'] = "$($_.UninstallString)"

Uninstall-ChocolateyPackage @packageArgs
Expand All @@ -24,5 +24,5 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
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/2018.04.03/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.04.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: 6c37d92550e1cbdf6a40939690630eac760d7f799f974d1ee3ee12b4fc4faa0b3d0d4a9793adb092dbbe0c904f71dd6e3028a017e5c9b8b0f5f8f43c9187cc9d
checksum: fc0602ec53372e735e95685f005ac1c33be107341d050624211d44db91906c822bc657ecd7777f2a7ca268edaa37311590ce1d916620da387917a02ec8b58b86

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

0 comments on commit 5602c36

Please sign in to comment.