Skip to content

Commit

Permalink
AU: 2 updated - chromium youtube-dl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 17, 2018
1 parent 3fa5eba commit 1a328c7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "73.0.3642.0-snapshots",
"snapshots": "73.0.3643.0-snapshots",
"stable": "71.0.3578.98"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>73.0.3642.0-snapshots</version>
<version>73.0.3643.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/616971/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/616971/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/617012/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/617012/mini_installer.exe>
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: E48D889E890173D66C7AE43EC812C4E44DD11923ED3FDF6FBA315AC252D1C9C2
checksum64: A1EF1923708EC0319D1D5804B2C0212323FC5ADE5E745DF07F48E2BDD28E1A40
checksum32: DB29785524ECD5DB6A16BF3BE9700F697F9011332432054F65999A5A37DCE7D4
checksum64: 61905F3F8A8D22E72A43BB812BBB00ADC0DC57EFEEEC50DC2B1AF8B47CC9F692

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "73.0.3642.0-snapshots"
$version = "73.0.3643.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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/2018.12.09/youtube-dl.exe>
1. Download <https://github.com/rg3/youtube-dl/releases/download/2018.12.17/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: 125d47c6655bb9bf05c2dcd7549c7a5ef01e39d943bd55b15fd16f03dc3f89673dac08a09b863ffcaf1da78241cbb110b967c6b3a4087d8919372216eeb11c6d
checksum: e1f4858180cea44d160f142223a6f114f24feb1895e6cfba3f384c53bf32fc1b78138f9942fda90815fcdbd2a2b4a2fc30d5585c1db8fa0789c735c7e91b1de1

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

0 comments on commit 1a328c7

Please sign in to comment.