Skip to content

Commit 6d9e587

Browse files
committed
1 parent ebb6055 commit 6d9e587

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.89-nightly</version>
6+
<version>1.89.99-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.89/BraveBrowserStandaloneSilentNightlySetup.exe'
7-
$checksum32 = 'b8844b6465e587cc2c2c5e91de5dd9739e3bafbfe5a1727d187957fbecebb200'
6+
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.89.99/BraveBrowserStandaloneSilentNightlySetup.exe'
7+
$checksum32 = '0010123c1c8b9723d52eeb60a135ec249eca2dd5a947e1cabe0eb4e1555f337c'
88
$checksumType32 = 'sha256'
99

1010
$packageArgs = @{

automatic/ntlite-free/ntlite-free.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata>
44
<id>ntlite-free</id>
5-
<version>2026.03.10853</version>
5+
<version>2026.03.10854</version>
66
<title>NTLite (Free) (Install)</title>
77
<authors>Nlitesoft</authors>
88
<owners>tunisiano</owners>

automatic/ntlite-free/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
$packageName = 'ntlite-free'
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44
$url = 'https://downloads.ntlite.com/files/NTLite_setup_x86_legacy.exe'
5-
$checksum = '6b3e89ac792dca30f205aebbd6b76a4ab26cfe07481b24b8bfc767070039f252'
5+
$checksum = '5dc9e87ec89ba8b7fca153c40dbac9e7b2f653e34cf041f23a0880cbea577a1b'
66
$checksumType = 'sha256'
77
$url64 = 'https://downloads.ntlite.com/files/NTLite_setup_x64.exe'
8-
$checksum64 = '28364a45bbfecf8174908588c9fe751b8d3fa633bbfcf88a79ddc90596716e6f'
8+
$checksum64 = '89efaecf1980669f6f99904bb1e87f865926df058c95f1214264faeba5995b4e'
99
$checksumType64 = 'sha256'
1010

1111
$packageArgs = @{

0 commit comments

Comments
 (0)