tailscale: update to 1.18.2
authorWes Morgan <git@wesmorgan.me>
Thu, 16 Dec 2021 19:54:32 +0000 (12:54 -0700)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 7 Nov 2022 11:47:45 +0000 (12:47 +0100)
Signed-off-by: Wes Morgan <git@wesmorgan.me>
(cherry picked from commit efb908b032995d80edfeea500691a1e8a616166b)

net/tailscale/Makefile

index 4496c11fe2aff2be8f4da2f1d4610fcedeb6853e..987de883f7d77c0910f15a60d1307fb18781fa7a 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tailscale
-PKG_VERSION:=1.12.3
-PKG_RELEASE:=1
+PKG_VERSION:=1.18.2
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=tailscale-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=05e5b1d382cad7ac5737d87d0b61277791c75938468c2c662f21665998d431e9
+PKG_HASH:=57206181868299027689651b6cd133627acad0c8c38f0151f469ab36d4130012
 
 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
 PKG_LICENSE:=BSD-3-Clause