Skip to content

Commit b338d6c

Browse files
committed
1 parent 93b7723 commit b338d6c

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.90.27-nightly</version>
6+
<version>1.90.31-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.90.27/BraveBrowserStandaloneSilentNightlySetup.exe'
7-
$checksum32 = 'd06fd949fa769f4842ee5e0e21f9e24b30b55cf76996287f3de979cf0a40c7de'
6+
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.90.31/BraveBrowserStandaloneSilentNightlySetup.exe'
7+
$checksum32 = 'fd00c538ef369d5e49b2d147f3a98f9befa57ee24fa607e3c21cb8a2affe1c44'
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.10873</version>
5+
<version>2026.03.10876</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 = '8f0afc481707536e3b23927ccb6ef43de5d066372e76b3e49a16e8e6c8199db0'
5+
$checksum = '84fcbd4fd43f641cd338af1af94569a3f877bad0bef5a3dad194a2c480c08873'
66
$checksumType = 'sha256'
77
$url64 = 'https://downloads.ntlite.com/files/NTLite_setup_x64.exe'
8-
$checksum64 = '7e7685ae63e59cdf22ffa77c5b03d86e5d712d835439652ba7bd512af388efde'
8+
$checksum64 = '90c47ba172f545a11a853eb964b170d94a32495d7f8e4d349c04e5cc7497eaae'
99
$checksumType64 = 'sha256'
1010

1111
$packageArgs = @{

0 commit comments

Comments
 (0)