From fca0cecf8304c9400c6a5f86bac5fff3e4402adf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sandro=20J=C3=A4ckel?= Date: Fri, 18 Oct 2024 04:28:32 +0200 Subject: [PATCH] tailscale: update to 1.76.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changelog: https://tailscale.com/changelog#2024-10-21 Signed-off-by: Sandro Jäckel --- net/tailscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index ef723c8e83..00d891b901 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.74.1 +PKG_VERSION:=1.76.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:=ef7b8a76ce81133dc10f243d733302c070232cdd6594b685c6adbf32769d4f2c +PKG_HASH:=1cc2ef1b7b6491c48446ec4c20c413c2300e8b7e171b119d843af46d0ce3125f PKG_MAINTAINER:=Zephyr Lykos , \ Sandro Jäckel -- 2.30.2