diff options
author | Wes Morgan <git@wesmorgan.me> | 2021-12-16 12:54:32 -0700 |
---|---|---|
committer | Alexandru Ardelean <ardeleanalex@gmail.com> | 2021-12-20 11:27:50 +0200 |
commit | efb908b032995d80edfeea500691a1e8a616166b (patch) | |
tree | 2c8e443dd0e2dd953136b4bc5cb6f9d4e4175af8 /net/tailscale | |
parent | cdb4ffede32743bfd92539142239026243f91990 (diff) |
tailscale: update to 1.18.2
Signed-off-by: Wes Morgan <git@wesmorgan.me>
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 b5df26301..d2ebabdac 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.12.3 +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.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |