Skip to content

Commit

Permalink
AU: 2 updated - brave palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 1, 2022
1 parent 1eb3698 commit 6c70880
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions automatic/brave/brave.json
@@ -1,4 +1,4 @@
{
"stable": "1.45.113",
"beta": "1.46.81-beta"
"stable": "1.45.116",
"beta": "1.46.87-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.45.113</version>
<version>1.45.116</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.45.113/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.45.113/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.45.116/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.45.116/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: BF3C2CEE25384AB7D878241F7416EDCC898A19EA73499305AA08B46743ACCBA9
checksum64: 6DC02ECCCA2D2B5FA82A76A5C72FB9C84C7CBD4FF100274690037D5CCE3930B4
checksum32: F7F78A20D2D622138A4F248B6B71E3CA4F428F9B3080EC32123BA5CCD66D1145
checksum64: A91B3F3A2194E80ED13C0888AE5911E79CC09F47FB6D9BF592078DAA3F73DBCA

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

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>31.3.0</version>
<version>31.3.1</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-31.3.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-31.3.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-31.3.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-31.3.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '6e799b195d7b77aea7c59d3d6846b18301801797d4480b656a49e9ceb00776a8'
checksum = '1edf8afa373c4e2b4fc3dd3356d1a1eba8af9d5f68a15c9d8bcf98178ae93469'
checksumType = 'sha256'
checksum64 = '7d6a237d4ffae331752e8d49350871355350ab19c843bfcb9679a8da0bf1333f'
checksum64 = 'f903365b0926493574a7e7abded3f10394fb0ac8ecde4f1c31b9c56873f0d52f'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 6c70880

Please sign in to comment.