diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3228364c6aa..b4890bf4196 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "79.0.3913.0-snapshots", + "snapshots": "79.0.3916.0-snapshots", "stable": "75.0.3770.142" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index a4b0650227c..a4d024213af 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 79.0.3913.0-snapshots + 79.0.3916.0-snapshots Chromium Snapshots chocolatey The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index eb411f0fa5b..b29d565b723 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: 9B1B3BCD815E42CFC55958196BBE27FC4084A3DE97D9DA2381CE039B8BA27A76 - checksum64: 00E56EDD5873C3EFCC5B0610E66E76FE22797FF123721EB9015A32C2BACDEE71 + checksum32: ECDF061B488F79BAB9E1957A7E2D0212D8B3FF68C4A0E30B01BCFA18C0642CBF + checksum64: 8B7A685199F20821B10FE836A04F23E9D504122778A4204F02B2AAC054F934D8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a2964a40c96..5237c6de51a 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 = "79.0.3913.0-snapshots" +$version = "79.0.3916.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/clipgrab/clipgrab.nuspec b/automatic/clipgrab/clipgrab.nuspec index 63d643ee50a..ba02f6e7695 100644 --- a/automatic/clipgrab/clipgrab.nuspec +++ b/automatic/clipgrab/clipgrab.nuspec @@ -3,7 +3,7 @@ clipgrab - 3.8.4 + 3.8.5 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/clipgrab chocolatey Clipgrab diff --git a/automatic/clipgrab/legal/VERIFICATION.txt b/automatic/clipgrab/legal/VERIFICATION.txt index d88d67ce46a..d7ac09bf47b 100644 --- a/automatic/clipgrab/legal/VERIFICATION.txt +++ b/automatic/clipgrab/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: 2C562DE34120463C4E31548F63883CD3E4159DA03C75DDD1A11926F939856C88 + checksum: 525D0481FF17C5A7E80D09B7586E2A6A1CB5236963DFA1F60D04B64289553C5B The file 'LICENSE.txt' has been obtained from the source tarball located on their project page. diff --git a/automatic/clipgrab/tools/chocolateyInstall.ps1 b/automatic/clipgrab/tools/chocolateyInstall.ps1 index 43e8eb521ce..87947e4a1ca 100644 --- a/automatic/clipgrab/tools/chocolateyInstall.ps1 +++ b/automatic/clipgrab/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\clipgrab-3.8.3-cgorg.exe" + file = "$toolsPath\clipgrab-3.8.5-portable.exe" softwareName = 'ClipGrab*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/ffmpeg/ffmpeg.nuspec b/automatic/ffmpeg/ffmpeg.nuspec index 99f67401c46..812cd48e702 100644 --- a/automatic/ffmpeg/ffmpeg.nuspec +++ b/automatic/ffmpeg/ffmpeg.nuspec @@ -3,7 +3,7 @@ ffmpeg - 4.2 + 4.2.1 FFmpeg chocolatey FFmpeg Contributors diff --git a/automatic/ffmpeg/legal/VERIFICATION.txt b/automatic/ffmpeg/legal/VERIFICATION.txt index d0dfc8cc2dd..627dac2ddd1 100644 --- a/automatic/ffmpeg/legal/VERIFICATION.txt +++ b/automatic/ffmpeg/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2-win32-static.zip - x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2-win64-static.zip + x32: https://ffmpeg.zeranoe.com/builds/win32/static/ffmpeg-4.2.1-win32-static.zip + x64: https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip to download the installer. @@ -16,12 +16,12 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 8B5F02EC679E236339F0C30269AA8D9402FA4F4FFCAB4D25B934A67B45AF523E - checksum64: D4D585C3A784CD052F540E4C5E22B572BBC5EB93C280742C38EB7306BD8E8AE2 + checksum32: 4DD64D7EC412F77D6745E6EDAACD0A6766F041127A7EDE5400ABC7ABACF92692 + checksum64: D2AF87BBB867BC83C070F3C1A980DAAED35C37B02CA82CC2886E8743232886FF Using AU: - Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2-win64-static.zip + Get-RemoteChecksum https://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-4.2.1-win64-static.zip File 'LICENSE.txt' is obtained from: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob_plain/HEAD:/COPYING.GPLv3