From 41c7faf564b24e0ec43383a1b667369984740986 Mon Sep 17 00:00:00 2001 From: mitsukileung <38887306+mitsukileung@users.noreply.github.com> Date: Fri, 21 Jun 2024 03:48:37 +0800 Subject: [PATCH] Update tailscale to 1.68.1 --- net/tailscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 488d37e7..dbe71ea9 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.66.3 +PKG_VERSION:=1.68.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=51f26a6fcc8b4b6156354bd12a9f029e93c200de9b753ac72d10f70828fb6277 +PKG_HASH:=d7fe30282d2f5eabdc76a5a89f11d935ed3a5d93d55f5fd5b40f9a9f49e19490 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause