diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index 8db300356d2..976806e57d8 100644 --- a/automatic/protoc/legal/VERIFICATION.txt +++ b/automatic/protoc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on - 64-bit zip file: + 32-bit zip file: + 64-bit zip file: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 870488C81170664BF9F0747C67F483C0E387B57C9298B639B2477AC60007563C - checksum64: 8F3F92FBF7DD2995129E6FE223C07C0AAA97FB182F19CECFB424E9146B273EB6 + checksum32: 4C2DC8338CF12662C89FB235209B0A8807D5F85F257A2378D1584A0A6825785F + checksum64: CE2955439C6BB4C7D599D6ACE2DABE4CB31F62C34808E542A7AF57A3C6627D8A File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 5148b8c935d..4255b966b90 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 24.4 + 25.0 Protocol Buffers Google chocolatey-community, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v24.4 + https://github.com/protocolbuffers/protobuf/releases/tag/v25.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc https://github.com/protocolbuffers/protobuf https://developers.google.com/protocol-buffers/ diff --git a/automatic/protoc/tools/chocolateyinstall.ps1 b/automatic/protoc/tools/chocolateyinstall.ps1 index 340e71428da..176d4547243 100644 --- a/automatic/protoc/tools/chocolateyinstall.ps1 +++ b/automatic/protoc/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $Env:ChocolateyPackageName - FileFullPath = "$toolsPath\protoc-24.4-win32.zip" - FileFullPath64 = "$toolsPath\protoc-24.4-win64.zip" + FileFullPath = "$toolsPath\protoc-25.0-win32.zip" + FileFullPath64 = "$toolsPath\protoc-25.0-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/vlc.install/legal/VERIFICATION.txt b/automatic/vlc.install/legal/VERIFICATION.txt index 1e64628b6af..598395eac42 100644 --- a/automatic/vlc.install/legal/VERIFICATION.txt +++ b/automatic/vlc.install/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: http://get.videolan.org/vlc/3.0.19/win32/vlc-3.0.19-win32.exe - x64: http://get.videolan.org/vlc/3.0.19/win64/vlc-3.0.19-win64.exe + x32: http://get.videolan.org/vlc/3.0.20/win32/vlc-3.0.20-win32.exe + x64: http://get.videolan.org/vlc/3.0.20/win64/vlc-3.0.20-win64.exe 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: B23B848C1B32CF253F44FEF55EB9AACFC118D172111B3F193704135525190BF6 - checksum64: 409E0CB6F80C840AEFA6F7F48D168B3CCE63EB1BB1A67B44929F6D6DD1BC8FE5 + checksum32: E197583514FA600F24A3B88CF6B24102C5C09DC39BAD6AC9626BD55F23FF9DEF + checksum64: D8055B6643651CA5B9AD58C438692A481483657F3F31624CDFA68B92E8394A57 Using AU: - Get-RemoteChecksum http://get.videolan.org/vlc/3.0.19/win64/vlc-3.0.19-win64.exe + Get-RemoteChecksum http://get.videolan.org/vlc/3.0.20/win64/vlc-3.0.20-win64.exe File 'LICENSE.txt' obtained from: http://svn.videolan.org/filedetails.php?repname=VideoLAN+Server&path=%2Ftrunk%2FCOPYING diff --git a/automatic/vlc.install/tools/chocolateyInstall.ps1 b/automatic/vlc.install/tools/chocolateyInstall.ps1 index 115406601b4..575e041b7d4 100644 --- a/automatic/vlc.install/tools/chocolateyInstall.ps1 +++ b/automatic/vlc.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'vlc.install' fileType = 'exe' - file = "$toolsDir\vlc-3.0.19-win32_x32.exe" - file64 = "$toolsDir\vlc-3.0.19-win64_x64.exe" + file = "$toolsDir\vlc-3.0.20-win32_x32.exe" + file64 = "$toolsDir\vlc-3.0.20-win64_x64.exe" silentArgs = '/S' validExitCodes = @(0, 1223) } diff --git a/automatic/vlc.install/vlc.install.nuspec b/automatic/vlc.install/vlc.install.nuspec index 3df5cb28bc6..e55bf4a3b84 100644 --- a/automatic/vlc.install/vlc.install.nuspec +++ b/automatic/vlc.install/vlc.install.nuspec @@ -4,7 +4,7 @@ vlc.install VLC media player (Install) - 3.0.19 + 3.0.20 VideoLAN Organization chocolatey-community, Rob Reynolds VLC Media Player diff --git a/automatic/vlc.portable/legal/VERIFICATION.txt b/automatic/vlc.portable/legal/VERIFICATION.txt index cb9bd1af998..e39fa55e315 100644 --- a/automatic/vlc.portable/legal/VERIFICATION.txt +++ b/automatic/vlc.portable/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x32: http://get.videolan.org/vlc/3.0.19/win32/vlc-3.0.19-win32.7z + x32: http://get.videolan.org/vlc/3.0.20/win32/vlc-3.0.20-win32.7z to download the archive. @@ -15,11 +15,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: FF872808D1AD97CB922EE47C09921751102CF8B3064A9E0F59FE530FA35EED39 + checksum32: 42020EBD14CA126532220DD7367660DF976BEC6E8A3A2CBA04A0F1C37FD14F8F Using AU: - Get-RemoteChecksum http://get.videolan.org/vlc/3.0.19/win32/vlc-3.0.19-win32.7z + Get-RemoteChecksum http://get.videolan.org/vlc/3.0.20/win32/vlc-3.0.20-win32.7z File 'LICENSE.txt' obtained from: http://svn.videolan.org/filedetails.php?repname=VideoLAN+Server&path=%2Ftrunk%2FCOPYING diff --git a/automatic/vlc.portable/vlc.portable.nuspec b/automatic/vlc.portable/vlc.portable.nuspec index 4d96dcb1e60..52a24cad132 100644 --- a/automatic/vlc.portable/vlc.portable.nuspec +++ b/automatic/vlc.portable/vlc.portable.nuspec @@ -4,7 +4,7 @@ vlc.portable VLC media player (Portable) - 3.0.19 + 3.0.20 VideoLAN Organization chocolatey-community, Rob Reynolds VLC Media Player diff --git a/automatic/vlc/vlc.nuspec b/automatic/vlc/vlc.nuspec index c6b11587e0a..024b5aebb51 100644 --- a/automatic/vlc/vlc.nuspec +++ b/automatic/vlc/vlc.nuspec @@ -4,7 +4,7 @@ vlc VLC media player - 3.0.19 + 3.0.20 VideoLAN Organization chocolatey-community, Rob Reynolds VLC Media Player @@ -38,7 +38,7 @@ VLC is a free and open source cross-platform multimedia player and framework tha vlc foss cross-platform multimedia audio video mp3 dvd avi media player admin https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png - +