From 18ae442f019549dea522f931b565515650084ef4 Mon Sep 17 00:00:00 2001 From: alfredfenglq Date: Mon, 24 Mar 2025 10:55:49 +0800 Subject: [PATCH] bump to v1.80.3 --- net/tailscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 3e751b43..22aa2aa0 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.76.1 +PKG_VERSION:=1.80.3 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:=ce87e52fd4e8e52540162a2529c5d73f5f76c6679147a7887058865c9e01ec36 +PKG_HASH:=4ea7d4c1a4e86905f330f5d5f5288488cb29d6c586d5bcabf9d02c5481ba740d PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause