Skip to content

Commit b61891e

Browse files
authored
Update to version 1.82.5 (#99)
1 parent c6eaa5b commit b61891e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tailscale.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<!-- == PACKAGE SPECIFIC SECTION == -->
66
<id>tailscale</id>
7-
<version>1.82.0</version>
7+
<version>1.82.5</version>
88
<packageSourceUrl>https://github.com/tailscale/tailscale-chocolatey</packageSourceUrl>
99
<owners>Tailscale, Inc.</owners>
1010
<!-- == SOFTWARE SPECIFIC SECTION == -->

tools/chocolateyinstall.ps1

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ $packageArgs = @{
1515
if ($env:PROCESSOR_IDENTIFIER.StartsWith('ARMv')) {
1616
# Windows on ARM
1717
$packageArgs += @{
18-
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.82.0-arm64.msi'
19-
Checksum = '88bc19c311de33b19df9b98e2a30d6413f003dc6db1168df85ec094cdbdef3f1'
18+
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.82.5-arm64.msi'
19+
Checksum = '7409d1c9630ea953d3fb9802b666fb5055439ad81d76c9ae970573f5c75f7eb5'
2020
ChecksumType = 'sha256'
2121
}
2222
}
2323
else {
2424
# Windows on x86 or x64
2525
$packageArgs += @{
26-
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.82.0-x86.msi'
27-
Checksum = '48b1a37bfdc93e6cd9101cdb0433cfba0f66579506127dc0a8ccbf5b3cc4120b'
26+
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.82.5-x86.msi'
27+
Checksum = '0878e42e54d504f6f62a2fa654bfc99d4bdedbbb337ffe6df34ef57b5609ee9c'
2828
ChecksumType = 'sha256'
2929

30-
Url64Bit = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.82.0-amd64.msi'
31-
Checksum64 = '32b8ad3ca2202d090bebe8e2d8108bcdd8c9371d4840ebf7c03288a9af133715'
30+
Url64Bit = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.82.5-amd64.msi'
31+
Checksum64 = 'bc7b0698fc84ca98eb57f5c58fd94a76f6f66e9df39d2ddddb2d255c2b1e1da1'
3232
ChecksumType64 = 'sha256'
3333
}
3434
}

0 commit comments

Comments
 (0)