Skip to content

Commit bd339be

Browse files
committed
1 parent 8b904e5 commit bd339be

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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.0</version>
5+
<version>2026.03.10867</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 = 'c5be525b0482834f3630fbc63732072638aaa5a4420b1c6cada9dd5bbaa2135f'
5+
$checksum = '540701e58e959bde883c12a48d43824c1bb13b3abba29333a37f49069e801d8a'
66
$checksumType = 'sha256'
77
$url64 = 'https://downloads.ntlite.com/files/NTLite_setup_x64.exe'
8-
$checksum64 = 'f7c4dc456c3c3edefc951f30cc30f84171e4684ecf2e09f89832845e9e8d82e9'
8+
$checksum64 = 'd621fb42a98d13103e44efe4073fec17c4e95feb3a1fbed9426f7902cb133198'
99
$checksumType64 = 'sha256'
1010

1111
$packageArgs = @{

automatic/solarwinds-backup-manager/solarwinds-backup-manager.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>solarwinds-backup-manager</id>
5-
<version>26.1.0.26049</version>
5+
<version>26.1.0.26067</version>
66
<title>SolarWinds Backup Manager (Install)</title>
77
<authors>SolarWinds MSP</authors>
88
<owners>tunisiano</owners>

automatic/solarwinds-backup-manager/tools/ChocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$packageName = 'solarwinds-backup-manager'
33
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
44
$url = 'https://cdn.cloudbackup.management/maxdownloads/mxb-windows-x86_x64.exe'
5-
$checksum = 'A06D6DE05BBF3785A6BA2BDDD03A6DCE5AD594F24D9FEA0E6C45FE06217D9137'
5+
$checksum = '589DD1142ED77A56268A49F3554BD30248AD6E86892D7522D3EC505A30A92880'
66
$checksumType = 'sha256'
77

88
Write-Host " ** Backup Manager will open its web console in your default browser after installing." -ForeGround Magenta

0 commit comments

Comments
 (0)