Skip to content

Commit d9b1eb4

Browse files
committed
Release: 2024.6.1.0
1 parent b127e61 commit d9b1eb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Chocolatey/networkmanager.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>NETworkManager</id>
6-
<version>2023.11.28.0</version>
6+
<version>2024.1.6.0</version>
77
<owners>BornToBeRoot</owners>
88
<title>NETworkManager</title>
99
<authors>BornToBeRoot</authors>

Chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop'
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2023.11.28.0/NETworkManager_2023.11.28.0_Setup.exe'
3+
$url = 'https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.1.6.0/NETworkManager_2024.1.6.0_Setup.exe'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
@@ -9,7 +9,7 @@ $packageArgs = @{
99
url = $url
1010
softwareName = 'NETworkManager*'
1111

12-
checksum = 'AD9D6E569BFA61F9657A6C823409E4D4B4B67CA4BD0CC5129CCBB0B673D5DF24'
12+
checksum = '6D5B590ACA3085A4D8BF849D2404C471B0B1AA606E20453FF7C312D99C1845FC'
1313
checksumType = 'sha256'
1414

1515
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /TASKS="desktopicon" /SP-'

0 commit comments

Comments
 (0)