File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
<package xmlns =" http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd" >
4
4
<metadata >
5
5
<id >brave-nightly</id >
6
- <version >1.76.18 -nightly</version >
6
+ <version >1.76.20 -nightly</version >
7
7
<title >Brave Browser (Nightly)</title >
8
8
<authors >Brave Software Inc.</authors >
9
9
<owners >tunisiano</owners >
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
3
3
. $toolsPath \helpers.ps1
4
4
5
5
$packageName = $env: ChocolateyPackageName
6
- $url32 = ' https://github.com/brave/brave-browser/releases/download/v1.76.18 /BraveBrowserStandaloneSilentNightlySetup.exe'
7
- $checksum32 = ' 9505232936367b123000b6cee4eea47f587ed2031141d9ccbc4d36afc791932b '
6
+ $url32 = ' https://github.com/brave/brave-browser/releases/download/v1.76.20 /BraveBrowserStandaloneSilentNightlySetup.exe'
7
+ $checksum32 = ' 714de02eee028ec65e8f2560a2ba247096c55ebe18f9210a72a81e080d0d8cba '
8
8
$checksumType32 = ' sha256'
9
9
10
10
$packageArgs = @ {
Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd" >
3
3
<metadata >
4
4
<id >ntlite-free</id >
5
- <version >2025.01.10258 </version >
5
+ <version >2025.01.10261 </version >
6
6
<title >NTLite (Free) (Install)</title >
7
7
<authors >Nlitesoft</authors >
8
8
<owners >tunisiano</owners >
Original file line number Diff line number Diff line change 2
2
$packageName = ' ntlite-free'
3
3
$toolsDir = " $ ( Split-Path - parent $MyInvocation.MyCommand.Definition ) "
4
4
$url = ' https://downloads.ntlite.com/files/NTLite_setup_x86.exe'
5
- $checksum = ' 2b822191d2d2cf2f3623836ab25fc53b1e3b544c6278db578b63faf0acec9f04 '
5
+ $checksum = ' c445445c40dba2922975c8902927ba7db4ad02f1c7e7ca808948cff5e8ba6cd8 '
6
6
$checksumType = ' sha256'
7
7
$url64 = ' https://downloads.ntlite.com/files/NTLite_setup_x64.exe'
8
- $checksum64 = ' 50122cccd5616a54928b945a236ca9a36d68b8890b487075265e73ec8bfb5177 '
8
+ $checksum64 = ' 080485e0b2f646b87882ff70bd5d786b1baedb92b8eba8175afb5903b687abd5 '
9
9
$checksumType64 = ' sha256'
10
10
11
11
$packageArgs = @ {
You can’t perform that action at this time.
0 commit comments