From 1774542dcf32066b09414093c20065f5d9ff031f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sun, 24 May 2026 23:21:03 +0200 Subject: [PATCH] tailscale: update to 1.98.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: https://tailscale.com/changelog#2026-05-13 Changelog: https://tailscale.com/changelog#2026-05-15 Changelog: https://tailscale.com/changelog#2026-05-21 Signed-off-by: Sandro Jäckel --- net/tailscale/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 5fb3d1e82c..ad60182e45 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.96.4 -PKG_RELEASE:=2 +PKG_VERSION:=1.98.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:=57b70731af7ae0ed167519924905fd032ddd8559a65bc8a3329d9da495f0feb2 +PKG_HASH:=9283ddbbf0a21ad37c725e09ac302aa96b37f00ca4b4142c00519cf983de0aa1 PKG_MAINTAINER:=Zephyr Lykos , \ Sandro Jäckel