Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tailscale to 1.78.1 #2963

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 08f2377b78f7b9e411caa28f231a9c4cd0887209c142b49b815bcc7042ff61f7 tailscale_1.76.6_amd64.tgz
sha256 ffcfcf7caecee54ab90d9df2bf61ab540279378fc095ede0a5cd1f7dfb11b881 tailscale_1.76.6_386.tgz
sha256 00c9045e4902b1140ff27d920ff7df4da827e24565f5d8c2271f7665d7c44a0e tailscale_1.76.6_arm.tgz
sha256 a906659b57590a195370e93719d9633975db64704e90eb1ed9f8cd3d437b4941 tailscale_1.76.6_arm64.tgz
sha256 3db491bd6800012173cb6b739fa6705272f71da3e622f23639a3a385f2474a89 tailscale_1.78.1_amd64.tgz
sha256 1c4e49a9c26177408cb865985eb1176087310ded3bd6aac57126d5e52094eabe tailscale_1.78.1_386.tgz
sha256 6e96650f9073f80c2ef4b1c4bd6a717db8211bb0828a02aea1d60d9d88b8d005 tailscale_1.78.1_arm.tgz
sha256 8eb0ae11ac2f80beac379722b37651e6ef328d098fec0425ca2786c1c8f087e3 tailscale_1.78.1_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.76.6
TAILSCALE_VERSION = 1.78.1
TAILSCALE_SITE = https://pkgs.tailscale.com/stable
ifeq ($(call qstrip,$(BR2_ARCH)),arm)
TAILSCALE_SOURCE = tailscale_$(TAILSCALE_VERSION)_arm.tgz
Expand Down
Loading