Skip to content

Commit

Permalink
AU: 2 updated - brave InkScape
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 4, 2024
1 parent b94df4d commit 0b8f86a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.61.109",
"beta": "1.62.128-beta"
"beta": "1.62.130-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.62.128-beta</version>
<version>1.62.130-beta</version>
<title>Brave Browser (Beta)</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
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.62.128/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.62.130/BraveBrowserStandaloneSilentBetaSetup.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
checksum64: BA92D88DCE4013BA022FD4D4806602ECEC84CE00BE853B947DCDA90C4C40D662
checksum64: 9FA528E688E7FF11DAE28106406D3BCDE7B357BF7E68573EF39C325285659141

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 deletions automatic/brave/tools/chocolateyInstall.ps1
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.62.128/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '33F97FDACAB7D0760F6E612003BA5E66B860B4AF24CB4CFF6F0E12EE5419BD06'
url = 'https://github.com/brave/brave-browser/releases/download/v1.62.130/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '16810DB352137A07DEB50ECA9160D4F8865A8C7E5133C1C58ECF806961748E33'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.62.128'
[version]$softwareVersion = '1.62.130'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down

0 comments on commit 0b8f86a

Please sign in to comment.