Skip to content

Commit

Permalink
AU: 4 updated - protoc vlc vlc.install vlc.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 2, 2023
1 parent c2a4498 commit df19a42
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v24.4/protoc-24.4-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v25.0/protoc-25.0-win64.zip>
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 <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>24.4</version>
<version>25.0</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v24.4</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v25.0</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions automatic/vlc.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
4 changes: 2 additions & 2 deletions automatic/vlc.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/vlc.install/vlc.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vlc.install</id>
<title>VLC media player (Install)</title>
<version>3.0.19</version>
<version>3.0.20</version>
<authors>VideoLAN Organization</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>VLC Media Player</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/vlc.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
2 changes: 1 addition & 1 deletion automatic/vlc.portable/vlc.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vlc.portable</id>
<title>VLC media player (Portable)</title>
<version>3.0.19</version>
<version>3.0.20</version>
<authors>VideoLAN Organization</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>VLC Media Player</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vlc/vlc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vlc</id>
<title>VLC media player</title>
<version>3.0.19</version>
<version>3.0.20</version>
<authors>VideoLAN Organization</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>VLC Media Player</summary>
Expand Down Expand Up @@ -38,7 +38,7 @@ VLC is a free and open source cross-platform multimedia player and framework tha
<tags>vlc foss cross-platform multimedia audio video mp3 dvd avi media player admin</tags>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@3952380efd0776bea6d964ed4e28efa979b434d2/icons/vlc.png</iconUrl>
<dependencies>
<dependency id="vlc.install" version="[3.0.19]" />
<dependency id="vlc.install" version="[3.0.20]" />
</dependencies>
</metadata>
</package>

0 comments on commit df19a42

Please sign in to comment.