Skip to content

Commit 95163dd

Browse files
committedJan 17, 2025·
1 parent 39f1228 commit 95163dd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
 

Diff for: ‎automatic/brave-nightly/brave-nightly.nuspec

+1-1
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.76.18-nightly</version>
6+
<version>1.76.20-nightly</version>
77
<title>Brave Browser (Nightly)</title>
88
<authors>Brave Software Inc.</authors>
99
<owners>tunisiano</owners>

Diff for: ‎automatic/brave-nightly/tools/chocolateyInstall.ps1

+2-2
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.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'
88
$checksumType32 = 'sha256'
99

1010
$packageArgs = @{

Diff for: ‎automatic/ntlite-free/ntlite-free.nuspec

+1-1
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>2025.01.10258</version>
5+
<version>2025.01.10261</version>
66
<title>NTLite (Free) (Install)</title>
77
<authors>Nlitesoft</authors>
88
<owners>tunisiano</owners>

Diff for: ‎automatic/ntlite-free/tools/chocolateyinstall.ps1

+2-2
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.exe'
5-
$checksum = '2b822191d2d2cf2f3623836ab25fc53b1e3b544c6278db578b63faf0acec9f04'
5+
$checksum = 'c445445c40dba2922975c8902927ba7db4ad02f1c7e7ca808948cff5e8ba6cd8'
66
$checksumType = 'sha256'
77
$url64 = 'https://downloads.ntlite.com/files/NTLite_setup_x64.exe'
8-
$checksum64 = '50122cccd5616a54928b945a236ca9a36d68b8890b487075265e73ec8bfb5177'
8+
$checksum64 = '080485e0b2f646b87882ff70bd5d786b1baedb92b8eba8175afb5903b687abd5'
99
$checksumType64 = 'sha256'
1010

1111
$packageArgs = @{

0 commit comments

Comments
 (0)
Please sign in to comment.