Skip to content

Commit

Permalink
AU: 3 updated - protoc vim wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 3, 2020
1 parent 54d8f98 commit 431b5a6
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 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/v3.11.2/protoc-3.11.2-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.11.2/protoc-3.11.2-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.11.3/protoc-3.11.3-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: 6414EFF929F119653436240CF9691C44BE8939CF16E242B5E19BEA855C24F4AD
checksum64: 35286113A033EDF0D23BCA6E43C6E8F2918946067945FFE5BC6FACFC4FB0EBB3
checksum32: 63755DD0018E005293B8EF0CD21E348F420D466B94C54285E3E2593C22E8A74C
checksum64: 1490944D3BBF77B58BCBD175FEF6FBF14CC9C20F79BE06C4BE827641AF1C6CA2

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>3.11.2</version>
<version>3.11.3</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey, 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/v3.11.2</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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-3.11.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.11.2-win64.zip"
FileFullPath = "$toolsPath\protoc-3.11.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.11.3-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0194/gvim_8.2.0194_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0194/gvim_8.2.0194_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0200/gvim_8.2.0200_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0200/gvim_8.2.0200_x64.zip>
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: C7E17A27254F767EF8DB4BAA457B018DB079027E86735C61AB39670AC64188D3
checksum64: 803DCBF8DE0531C3867EFE6A14AD87FF95835AE8A596ECDE0D19CAA6DE5FBB22
checksum32: 5E3E8EA94B9B04209064916FC87C28A38F3FB78714453B70B63AA209E39E72E4
checksum64: 2F08DEED59918F9B51238B4D8C274ECC2506437B60B5C702B7D7DCEE3A46FAFA
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.0194_x86.zip"
file64 = "$toolsDir\gvim_8.2.0194_x64.zip"
file = "$toolsDir\gvim_8.2.0200_x86.zip"
file64 = "$toolsDir\gvim_8.2.0200_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.0194</version>
<version>8.2.0200</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.2/wesnoth-1.15.2-win32.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.11/wesnoth-1.14.11-win32.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '8739135b58baab23cfd6c86fa92ef64033aecd96377f646961a9db7ab0318626'
checksum = '7aa2f11d00b4bc5dd7b24fdcbfb65bc210f3853ec8286ee7756e187691f8622d'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.9",
"stable": "1.14.11",
"beta": "1.15.2-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wesnoth</id>
<version>1.15.2-beta</version>
<version>1.14.11</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 431b5a6

Please sign in to comment.