diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 6ddd10a2815..95435f9ff4f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "71.0.3562.0-snapshots", + "snapshots": "71.0.3563.0-snapshots", "stable": "69.0.3497.100" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 343f9ae9ac7..2d4222a87fb 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 71.0.3562.0-snapshots + 71.0.3563.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 2b9966c8448..3e023c00047 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 3D38269719777FB23E5BD0A46C5E979C160D1C5AE477C4C4786E0D528E6FF39B - checksum64: 2A917530421B1FD938B0FAB0A1362F7067A16F980EDCA88DB8149C2060A8F298 + checksum32: 6679A0F55E79C39F94186DC736BA4D9352227A4770294903C6696BBCD61FEC05 + checksum64: 0B12A22F8916AAD6F902F82A07200B320D63AC17C75464EE548620D493882544 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index fd948527746..4e2dfe96376 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "71.0.3562.0-snapshots" +$version = "71.0.3563.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/youtube-dl/legal/VERIFICATION.txt b/automatic/youtube-dl/legal/VERIFICATION.txt index d8b4176baca..3956ee91f0b 100644 --- a/automatic/youtube-dl/legal/VERIFICATION.txt +++ b/automatic/youtube-dl/legal/VERIFICATION.txt @@ -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 and can be verified like this: -1. Download +1. Download 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: 566bed079142860ac8b4bd432cc7403a299eeec6e1d4d282f8cab459845c718db9ed7c2a621a85631822481cb8bd3b6d0745d567740710d795a410cbe381a4b1 + checksum: b8476d7a083467f58b77c056377a25e2f4e87d03ec33402dff94b5ae990f3ef1eb0defa35337df6772fb400c7c49ac1e501c6497ecfe08ecac2914585eb76c54 File 'LICENSE.txt' is obtained from diff --git a/automatic/youtube-dl/youtube-dl.nuspec b/automatic/youtube-dl/youtube-dl.nuspec index e0f28f24376..5afb4285265 100644 --- a/automatic/youtube-dl/youtube-dl.nuspec +++ b/automatic/youtube-dl/youtube-dl.nuspec @@ -3,7 +3,7 @@ youtube-dl - 2018.09.18 + 2018.09.26 youtube-dl chocolatey Ricardo Garcia and others