From 25e3a75a3be81d87784cfd8b8a9ed7cd0aa75feb Mon Sep 17 00:00:00 2001 From: Zephyr Lykos Date: Wed, 17 Apr 2024 21:34:08 +0800 Subject: [PATCH] tailscale: Update to 1.64.1 Signed-off-by: Zephyr Lykos --- net/tailscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 2de831fcc5..7d73216da6 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.62.1 +PKG_VERSION:=1.64.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:=22737fae37e971fecdf49d6b741b99988868aa3f1e683e67e14b872a2c49ca1c +PKG_HASH:=df6009abb4800a7e7681063c9d3f62da6850060e4949ca0bd1edad60781e9f03 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause