Skip to content

Commit

Permalink
Update to version 1.48.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
awly authored Aug 16, 2023
1 parent bb1ef08 commit 506b199
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion tailscale.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>tailscale</id>
<version>1.46.1</version>
<version>1.48.0</version>
<packageSourceUrl>https://github.com/zombiezen/tailscale-choco</packageSourceUrl>
<owners>zombiezen</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
12 changes: 6 additions & 6 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ $packageArgs = @{
if ($env:PROCESSOR_IDENTIFIER.StartsWith('ARMv')) {
# Windows on ARM
$packageArgs += @{
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.46.1-arm64.msi'
Checksum = '9c95de1e4fd13d7ffe89f606685020698a6059d2924efd0097f10b80d4d46181'
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.48.0-arm64.msi'
Checksum = '52f72289d0301d4089e7b1195c81434e01868e074bbde0000db885227409c904'
ChecksumType = 'sha256'
}
}
else {
# Windows on x86 or x64
$packageArgs += @{
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.46.1-x86.msi'
Checksum = '95e045af1c106837c7c34601677a05422322e3a4bd0e971c1937081b9d1824bf'
Url = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.48.0-x86.msi'
Checksum = '03147613639be5f9332a170a19af1c0d6fc0aa7bc5493521f668ea6464fd6586'
ChecksumType = 'sha256'

Url64Bit = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.46.1-amd64.msi'
Checksum64 = '6fd93bdf3007cfcf4a23aac726bfae437d7ed5fd4db4d99d7e678ce4bde575ef'
Url64Bit = 'https://pkgs.tailscale.com/stable/tailscale-setup-1.48.0-amd64.msi'
Checksum64 = '8ddea12249c82939870f959eaf9e3962a022643ca7a4a50591b061ef9ac42098'
ChecksumType64 = 'sha256'
}
}
Expand Down

0 comments on commit 506b199

Please sign in to comment.