From fc27c176f2565963f1bcffdcf14d463d832d5e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=B5=E4=BA=8C?= <66155308+miaoermua@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:23:18 +0800 Subject: [PATCH] Update tailscale to 1.70.0 --- net/tailscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index dbe71ea9..95a6dd31 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.68.1 +PKG_VERSION:=1.70.0 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:=d7fe30282d2f5eabdc76a5a89f11d935ed3a5d93d55f5fd5b40f9a9f49e19490 +PKG_HASH:=8429728708f9694534489daa0a30af58be67f25742597940e7613793275c738f PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause