Skip to content

Commit

Permalink
update tailscale VPN to latest 1.74.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Oct 2, 2024
1 parent c03fe7d commit e8eb3d1
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 11e8316d1891bb3b4989be527981b68497a407be1ec622d31a82dca11988cfb6 tailscale_1.72.1_amd64.tgz
sha256 fc68b079e19b948ca1ccbcfcea91f6e8b09e53b87e622a555bf06b8e218ed73c tailscale_1.72.1_386.tgz
sha256 64afdca1dfac9000e7384c5ee74f652a77a7b8fa687492282f17870158c0af91 tailscale_1.72.1_arm.tgz
sha256 fcaab5a3073162dc1e68000c7358146b0d1a463dc6f5c1ff63bead4c8f303572 tailscale_1.72.1_arm64.tgz
sha256 059f2fbb2895dc8cb137a3fa31be8915326e32dc3403292bc2fd37d8d0372988 tailscale_1.74.1_amd64.tgz
sha256 4a53d214c222381942e6a91634b81c3a1bb18a8eeb00b8f7c1a7b562a475db90 tailscale_1.74.1_386.tgz
sha256 a51944f5476eab0493978d4a547d4d5dc4d7267891f3e9864078bf4d1416de58 tailscale_1.74.1_arm.tgz
sha256 a7a316b5ab8e4bda97e984b0f9c2660803da7970ab2dc500efd3a48a1e373e21 tailscale_1.74.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.72.1
TAILSCALE_VERSION = 1.74.1
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 e8eb3d1

Please sign in to comment.