diff options
author | Stanislav Petrashov <s@petrashov.ru> | 2022-10-16 18:11:11 +0200 |
---|---|---|
committer | Stanislav Petrashov <s@petrashov.ru> | 2022-12-03 19:50:16 +0100 |
commit | 9434a2dfb2f8d6efa3df4dea46b35eaa423de83a (patch) | |
tree | 2258d0e879b2586bbc1490bc40a3ab1a73345c1a /net/tailscale | |
parent | 865412cd046d22f53573d5cf640d5c14bc6571ea (diff) |
tailscale: update to v1.32.0
Signed-off-by: Stanislav Petrashov <s@petrashov.ru>
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 e74854d16..460a345b8 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.24.2 +PKG_VERSION:=1.32.0 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:=f1fe7770b4e372ace47c5b0ac4cbe21af95c3a6fb1828ee4f407fcfe35b7958f +PKG_HASH:=2085bbb34415e0480f118390026c7466f296b3a8851604378a82439b5b69df69 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |