From c4eec2a9f9192f65b26329b914a0358505fee3af Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Tue, 22 Oct 2024 17:53:01 +0800 Subject: [PATCH] tailscale: bump to v1.76.1 --- net/tailscale/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 95a6dd31..3e751b43 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.70.0 +PKG_VERSION:=1.76.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:=8429728708f9694534489daa0a30af58be67f25742597940e7613793275c738f +PKG_HASH:=ce87e52fd4e8e52540162a2529c5d73f5f76c6679147a7887058865c9e01ec36 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause @@ -49,7 +49,6 @@ define Package/tailscale/description endef define Package/tailscale/conffiles -/etc/config/tailscale /etc/tailscale/ endef @@ -57,8 +56,6 @@ define Package/tailscale/install $(INSTALL_DIR) $(1)/usr/sbin $(1)/etc/init.d $(1)/etc/config $(INSTALL_BIN) $(GO_PKG_BUILD_BIN_DIR)/tailscaled $(1)/usr/sbin $(LN) tailscaled $(1)/usr/sbin/tailscale - $(INSTALL_BIN) ./files//tailscale.init $(1)/etc/init.d/tailscale - $(INSTALL_DATA) ./files//tailscale.conf $(1)/etc/config/tailscale endef $(eval $(call BuildPackage,tailscale))