Skip to content

Commit

Permalink
AU: 2 updated - brave-nightly ntlite-free
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Jan 17, 2025
1 parent 39f1228 commit 95163dd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/brave-nightly/brave-nightly.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>brave-nightly</id>
<version>1.76.18-nightly</version>
<version>1.76.20-nightly</version>
<title>Brave Browser (Nightly)</title>
<authors>Brave Software Inc.</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$packageName = $env:ChocolateyPackageName
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.76.18/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '9505232936367b123000b6cee4eea47f587ed2031141d9ccbc4d36afc791932b'
$url32 = 'https://github.com/brave/brave-browser/releases/download/v1.76.20/BraveBrowserStandaloneSilentNightlySetup.exe'
$checksum32 = '714de02eee028ec65e8f2560a2ba247096c55ebe18f9210a72a81e080d0d8cba'
$checksumType32 = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/ntlite-free/ntlite-free.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ntlite-free</id>
<version>2025.01.10258</version>
<version>2025.01.10261</version>
<title>NTLite (Free) (Install)</title>
<authors>Nlitesoft</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ntlite-free/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
$packageName = 'ntlite-free'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://downloads.ntlite.com/files/NTLite_setup_x86.exe'
$checksum = '2b822191d2d2cf2f3623836ab25fc53b1e3b544c6278db578b63faf0acec9f04'
$checksum = 'c445445c40dba2922975c8902927ba7db4ad02f1c7e7ca808948cff5e8ba6cd8'
$checksumType = 'sha256'
$url64 = 'https://downloads.ntlite.com/files/NTLite_setup_x64.exe'
$checksum64 = '50122cccd5616a54928b945a236ca9a36d68b8890b487075265e73ec8bfb5177'
$checksum64 = '080485e0b2f646b87882ff70bd5d786b1baedb92b8eba8175afb5903b687abd5'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 95163dd

Please sign in to comment.