Skip to content

Commit 1af2c8a

Browse files
authored
Merge pull request #139 from netbirdio/0.60.4
NetBird 0.60.4
2 parents b663e41 + bc061cc commit 1af2c8a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

netbird.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/2015/06/nuspec.xsd">
33
<metadata>
44
<id>netbird</id>
5-
<version>0.60.3</version>
5+
<version>0.60.4</version>
66
<packageSourceUrl>https://github.com/bombergio/choco-netbird</packageSourceUrl>
77
<owners>bombergio</owners>
88
<title>NetBird</title>

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-
$version = '0.60.3'
3+
$version = '0.60.4'
44
$url64 = "https://github.com/netbirdio/netbird/releases/download/v${version}/netbird_installer_${version}_windows_amd64.msi"
55

66
$packageArgs = @{
@@ -11,7 +11,7 @@ $packageArgs = @{
1111

1212
softwareName = 'NetBird*'
1313

14-
checksum64 = 'b3afe95d13f35e5906ae1ad5c0a8a3eaef7fe2c0d379cfdceb1e9c490257bba3'
14+
checksum64 = '6b64914558da166ec4e2b915c32cb2cbc640b41a25b347db9add3e51420db1a3'
1515
checksumType64 = 'sha256'
1616

1717
silentArgs = "/qn"

0 commit comments

Comments
 (0)