Skip to content

Commit

Permalink
AU: 3 updated - brave msys2 protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 28, 2022
1 parent 0eaec0e commit cb329ec
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.34.81",
"beta": "1.35.89-beta"
"stable": "1.35.97",
"beta": "1.36.75-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.34.81</version>
<version>1.35.97</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.34.81/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.34.81/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.35.97/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.35.97/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: FB032C12CC468EA00AA508ADEE5BEAF1428472FEBF674AB9B8AFF3EAE192D112
checksum64: 43C0A0B91A72CB1BC2AA1E366B5EB9CA97EBC8C09F1D0DA27BA9B5DDC9ABECAB
checksum32: CEAB13AF3C452E76380C9CD533641A0C26B453CF31A05CB0B6A875413E10AA01
checksum64: D1A34E56E2F10BBA9457424F948C1CCAD81069EFFE564D81C5D67F944701930E

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.34.81'
[version]$softwareVersion = '1.35.97'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
4 changes: 2 additions & 2 deletions automatic/msys2/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://github.com/msys2/msys2-installer/releases/download/2022-01-18/msys2-base-x86_64-20220118.tar.xz
x64: https://github.com/msys2/msys2-installer/releases/download/2022-01-28/msys2-base-x86_64-20220128.tar.xz

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'

checksum64: 2EC6FE9C3E01ECBA10B9FFA708EA13BF1F8C9739E5CE9DA853B77F1F3E270034
checksum64: B667A7EC3840C0437C718D6851C93794BD8A6837BA642FD90702E8769FEBAD6A

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/Alexpux/MSYS2-packages/master/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion automatic/msys2/msys2.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>msys2</id>
<version>20220118.0.0</version>
<version>20220128.0.0</version>
<title>MSYS2</title>
<authors>Alexpux, martell, mingwandroid, elieux, renatosilva, niXman</authors>
<owners>chocolatey-community, userzimmermann, petemounce</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
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.19.3/protoc-3.19.3-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.3/protoc-3.19.3-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.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: ED4625908F2E899EB877F232E11DD60FC982643875585692961B3DB0046B6189
checksum64: BEBC4581A2CEF829FD20C7B36D3D55E70305E85B1FC8530762C0155C51C46F31
checksum32: C1A863E1601A923A116B1FDF880EB616530CA6175F1418A55F3F5F2D6E2F4C16
checksum64: 828D2BDFE410E988CFC46462BCABD34FFDDA8CC172867989EC647EADC55B03B5

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.19.3</version>
<version>3.19.4</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/v3.19.3</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.4</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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-3.19.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.19.3-win64.zip"
FileFullPath = "$toolsPath\protoc-3.19.4-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.19.4-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit cb329ec

Please sign in to comment.