Skip to content

Commit

Permalink
AU: 2 updated - brave protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 21, 2020
1 parent ef6dc95 commit 21a9c3d
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.9.71",
"stable": "1.9.72",
"beta": "1.9.67-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.9.71</version>
<version>1.9.72</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.9.71/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.9.71/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.9.72/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.9.72/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: 3290EA43245247994050E7C1DC5E7DCC2840A17459F49A1305CE4FF7EB15D4ED
checksum64: 2E7B9AA0E2844D61F03290418BF5C2ED4F80735DABE0F74144CE7BE020C851C3
checksum32: DA6C142D6A62F55A3401D79FBE3ABF828D313D7816B81CE55D1F218452A8DD53
checksum64: 3CAB66B6C492D3A213AC09F1C68B3A249BF5A374238C78363E5C98B388BA2624

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.9.71'
[version]$softwareVersion = '1.9.72'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
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.12.0/protoc-3.12.0-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.12.0/protoc-3.12.0-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.12.1/protoc-3.12.1-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: DB2312DE9174C8867A837A8831A1CBB54BB302E760D89D9F6E9296962D7320E2
checksum64: 6B0015AEE76D88471E248EE507B2EC012B4CC2643C65E9D385DABAFFC082A5FE
checksum32: 695B8878EC68F49D020C91C4DA9BA82D0729B71CB588ACE81A2203B01C353E5C
checksum64: 49F974BD6F405558AE042D6710A6A02AB636E2A2FA6DD50A7879C115511194F4

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.12.0</version>
<version>3.12.1</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.12.0</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.1</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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

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

0 comments on commit 21a9c3d

Please sign in to comment.