diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index ce1a0af11cc..55be5ca8547 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: 63755DD0018E005293B8EF0CD21E348F420D466B94C54285E3E2593C22E8A74C - checksum64: 1490944D3BBF77B58BCBD175FEF6FBF14CC9C20F79BE06C4BE827641AF1C6CA2 + checksum32: 703A9ECBFF4F8018D1122D90B17D0A453DCDD32B4D19CFAA66E8B6C6A4891A20 + checksum64: 93D006549A4B87FBC0A2E931C248E83C75A6B8D5318575C4A29521B7ED3E736D File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 3cb0e95ee74..efffcc2570a 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 3.11.3 + 3.11.4 Protocol Buffers Google chocolatey, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.3 + https://github.com/protocolbuffers/protobuf/releases/tag/v3.11.4 https://github.com/chocolatey-community/chocolatey-coreteampackages/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 77e532eae5b..538d6a052ce 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-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 diff --git a/automatic/tribler/tools/chocolateyInstall.ps1 b/automatic/tribler/tools/chocolateyInstall.ps1 index 7520e080119..10db554fecc 100644 --- a/automatic/tribler/tools/chocolateyInstall.ps1 +++ b/automatic/tribler/tools/chocolateyInstall.ps1 @@ -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' diff --git a/automatic/tribler/tribler.nuspec b/automatic/tribler/tribler.nuspec index 54ceb9f499b..c8aacd9135f 100644 --- a/automatic/tribler/tribler.nuspec +++ b/automatic/tribler/tribler.nuspec @@ -4,7 +4,7 @@ tribler Tribler - 7.4.1 + 7.4.3 The Tribler Team chocolatey, Redsandro Tribler is an open source anonymous decentralized BitTorrent client. diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 6137c6cb7c3..61b4870df1a 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -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: - 64-Bit: + 32-Bit: + 64-Bit: 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 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index a036582b990..38b6ac53b9f 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -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 = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 82edd573aa3..4bcfadacf13 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.0255 + 8.2.0259 Bram Moolenaar, Vim Community chocolatey, Rob Reynolds, matsuhav 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.