Skip to content

Commit

Permalink
AU: 3 updated - protoc tribler vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 15, 2020
1 parent 611bea1 commit d66b363
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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.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>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.11.4/protoc-3.11.4-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: 63755DD0018E005293B8EF0CD21E348F420D466B94C54285E3E2593C22E8A74C
checksum64: 1490944D3BBF77B58BCBD175FEF6FBF14CC9C20F79BE06C4BE827641AF1C6CA2
checksum32: 703A9ECBFF4F8018D1122D90B17D0A453DCDD32B4D19CFAA66E8B6C6A4891A20
checksum64: 93D006549A4B87FBC0A2E931C248E83C75A6B8D5318575C4A29521B7ED3E736D

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.3</version>
<version>3.11.4</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.3</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.4</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.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.11.3-win64.zip"
FileFullPath = "$toolsPath\protoc-3.11.4-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.11.4-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/tribler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://github.com/Tribler/tribler/releases/download/v7.4.1/Tribler_7.4.1_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.4.1/Tribler_7.4.1_x64.exe'
checksum = '53c63d3146d212b44f0f783a25c6c8c146cb302fb742a6b1537219b5e4ab466b'
url = 'https://github.com/Tribler/tribler/releases/download/v7.4.3/Tribler_7.4.3_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.4.3/Tribler_7.4.3_x64.exe'
checksum = 'b460f4b2973d7fffd4bd82cfa215c8e7babbd2fdff5db2fca6892ba173ba4511'
checksumType = 'sha256'
checksum64 = '05529d29eeab7906934a19ebcd8935fa72c09b69dfd32b4a3a49b0c02bd97ec2'
checksum64 = 'ea629a3aaf772f802d6137da5844ae52782a8d5a1865f0ca652b70291a094d3b'
checksumType64 = 'sha256'
softwareName = 'Tribler'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tribler/tribler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>7.4.1</version>
<version>7.4.3</version>
<authors>The Tribler Team</authors>
<owners>chocolatey, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
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.0255/gvim_8.2.0255_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0255/gvim_8.2.0255_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0259/gvim_8.2.0259_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.0259/gvim_8.2.0259_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: DF5E885D9A4EDC435BA6007E4B307D721B15E4E45C82670C6339814AC47F9231
checksum64: 4223D624F33168D51B43143104A10C264A4A768097CFC04C2D0DD3A54C7F4D48
checksum32: 5A376F22072570A89E478287189D23692C748A2F1D255CBA3A4901DB67C248EC
checksum64: FF377D5334F624BD184D418CAAB3C4AF8DDB7E47BA427BE7E2458834EBDAE2D9
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.0255_x86.zip"
file64 = "$toolsDir\gvim_8.2.0255_x64.zip"
file = "$toolsDir\gvim_8.2.0259_x86.zip"
file64 = "$toolsDir\gvim_8.2.0259_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.0255</version>
<version>8.2.0259</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

0 comments on commit d66b363

Please sign in to comment.