Skip to content

Commit

Permalink
AU: 1 updated - brave-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jan 21, 2025
1 parent 48cd862 commit 26dc720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.76.23-nightly</version>
<version>1.76.26-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.76.23/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '84ddffedd76faa801710bd0d70c2426511d50480417d66d0a66c59e10d1f232e'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.76.26/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '26ee2d5f0c08b9941c16db939c3905181b44136627aea989f1fd75ed6ba1e390'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 26dc720

Please sign in to comment.