Skip to content

Commit f5ee71b

Browse files
committed
1 parent 89c2f9c commit f5ee71b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/brave-nightly/brave-nightly.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>brave-nightly</id>
6-
<version>1.89.44-nightly</version>
6+
<version>1.89.48-nightly</version>
77
<title>Brave Browser (Nightly)</title>
88
<authors>Brave Software Inc.</authors>
99
<owners>tunisiano</owners>

automatic/brave-nightly/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
33
. $toolsPath\helpers.ps1
44

55
$packageName = $env:ChocolateyPackageName
6-
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.89.44/BraveBrowserStandaloneSilentNightlySetup.exe'
7-
$checksum32 = 'a451b4e5fdb0da5ed54e5cfb89aa30c7cea7660c29ba568134f22ec3f4105f23'
6+
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.89.48/BraveBrowserStandaloneSilentNightlySetup.exe'
7+
$checksum32 = '6fb0601576736c1b8214dc50736b01f1fef038e7cebf2193695f7f4e8f3addcb'
88
$checksumType32 = 'sha256'
99

1010
$packageArgs = @{

0 commit comments

Comments
 (0)