From: Sandro Jäckel Date: Sun, 24 May 2026 21:21:03 +0000 (+0200) Subject: tailscale: update to 1.98.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1774542dcf32066b09414093c20065f5d9ff031f;p=openwrt-packages.git tailscale: update to 1.98.3 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 --- diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 5fb3d1e82..ad60182e4 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