diff options
author | Magnus Kessler <Magnus.Kessler@gmx.net> | 2022-05-12 07:13:52 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2022-05-12 21:14:31 +0200 |
commit | b557e9f0d14e59435506fae0a31dfc908175dde4 (patch) | |
tree | b0b6c822c730898886552c4e786be6f36e8e0a1b /net/tailscale | |
parent | fc23cd52b832e6270176db677a30721ba62aa47c (diff) |
tailscale: update to version 1.24.2
Signed-off-by: Magnus Kessler <Magnus.Kessler@gmx.net>
Diffstat (limited to 'net/tailscale')
-rw-r--r-- | net/tailscale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index d2ebabdac..c6825996b 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.18.2 +PKG_VERSION:=1.24.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:=57206181868299027689651b6cd133627acad0c8c38f0151f469ab36d4130012 +PKG_HASH:=f1fe7770b4e372ace47c5b0ac4cbe21af95c3a6fb1828ee4f407fcfe35b7958f PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |