Skip to content

Commit

Permalink
update tailscale to latest 1.66.4 (fixes #2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed May 21, 2024
1 parent 30013a5 commit 9b0a2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions buildroot-external/package/tailscale/tailscale.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Locally computed
sha256 3227488750adebf5a8b33cc4105a109ae3d3267191c2a9ac7a2ecc38805ad4e8 LICENSE
sha256 df38e43d44d2333bbe8fda9ac5411a0b2f61632bec80b7673c1184207a988bd6 tailscale_1.66.3_amd64.tgz
sha256 0d5e106f2e5e4a2d5055ce3ceddf18051b24035fff50b7f9f701cf237ead7cde tailscale_1.66.3_386.tgz
sha256 a23776203dc601468a95e5b310c7ec8c760c768613549b600c78169cc7b38e4a tailscale_1.66.3_arm.tgz
sha256 2a7a16d12ebbc45245ae7183fef1390b1e5c2c09b0d31847f41e86514200555c tailscale_1.66.3_arm64.tgz
sha256 a619c16b4f1d1aa98dc391baf1f4681da9fbb14ac9635b19e5fd5fe632cffd90 tailscale_1.66.4_amd64.tgz
sha256 66b1e38ad4878ab2306c57f7b309500d34ccc9a023d83c576b9e4ed0fded1967 tailscale_1.66.4_386.tgz
sha256 4ef4c6c92f625e39181911c81667696a0c292d0b547cef2a68c91034eddc141a tailscale_1.66.4_arm.tgz
sha256 aa75d018e58ae3b69c23c7687b85f50b0ae9bc441a8ed95cbe4fddadbc1c3dd2 tailscale_1.66.4_arm64.tgz
2 changes: 1 addition & 1 deletion buildroot-external/package/tailscale/tailscale.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

TAILSCALE_VERSION = 1.66.3
TAILSCALE_VERSION = 1.66.4
TAILSCALE_SITE = https://pkgs.tailscale.com/stable
ifeq ($(call qstrip,$(BR2_ARCH)),arm)
TAILSCALE_SOURCE = tailscale_$(TAILSCALE_VERSION)_arm.tgz
Expand Down

0 comments on commit 9b0a2f6

Please sign in to comment.