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 28, 2023
1 parent 8a8f167 commit ddbd388
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.60.118",
"beta": "1.61.85-beta"
"beta": "1.61.91-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.61.85-beta</version>
<version>1.61.91-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
Original file line number Diff line number Diff line change
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.61.85/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.61.91/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: 449BCC0237FB2B7E643CF6D81A8820BDE1D2A33C2C83256B22B4CCD557E513EC
checksum64: 592A7CA9DC6C73AAE80D454AAECE23EE25AAB87BD0486AA3D18A7692458BCD09

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
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.61.85/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '3749CBE006C6DAFF34C96A5C9A1AE42880DB6335CD9D7752F8AEBE04B0753A10'
url = 'https://github.com/brave/brave-browser/releases/download/v1.61.91/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = 'E995EA07285A853B102D823ACA7A5F9B5EDD6A2496529366121C828A1F4BDFA1'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.61.85'
[version]$softwareVersion = '1.61.91'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>32.5.0</version>
<version>32.5.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
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.5.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.5.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.5.1.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.5.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '34f92ad033dac1ff38b29441cac6a44eabdbe661dda2a433ce6ab93fc0721579'
checksum = 'f662ab88e633f2f106b9b3cd27e431c3ba1c6a094f5651dea638a369f9a001ee'
checksumType = 'sha256'
checksum64 = 'cfe2bce22d6781b76ed795b0a678ac40c6e57ad6beb5d22cf2f699252c0ef485'
checksum64 = 'f0f975e9606127a7f0772f382027e81bda749e8cc0973cd84b347aec8321890c'
checksumType64= 'sha256'

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

0 comments on commit ddbd388

Please sign in to comment.