From: Sandro Jäckel Date: Sun, 26 Jul 2026 22:43:32 +0000 (+0200) Subject: tailscale: update to 1.102.2 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=58708c70345b31897b08ad1697d8bf4f3c022972;p=openwrt-packages.git tailscale: update to 1.102.2 Changelog: https://tailscale.com/changelog#2026-05-28 Changelog: https://tailscale.com/changelog#2026-06-01 Changelog: https://tailscale.com/changelog#2026-06-29 Changelog: https://tailscale.com/changelog#2026-07-14 Changelog: https://tailscale.com/changelog#2026-07-28 Changelog: https://tailscale.com/changelog#2026-08-03 Changelog: https://tailscale.com/changelog#2026-08-04 Signed-off-by: Sandro Jäckel --- diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index ad60182e4..6c9d1d93f 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.98.3 +PKG_VERSION:=1.102.2 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:=9283ddbbf0a21ad37c725e09ac302aa96b37f00ca4b4142c00519cf983de0aa1 +PKG_HASH:=66c447b5555aa89e0690dc21e0ec59421302ceaa982f3ccc0df686b16f5d5505 PKG_MAINTAINER:=Zephyr Lykos , \ Sandro Jäckel