diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-06-24 12:23:25 +0200 |
---|---|---|
committer | Jan Pavlinec <jan.pavlinec@nic.cz> | 2021-06-24 12:23:43 +0200 |
commit | fabaf9f184ee90eacec9515dd9fd61ecdaaf9c22 (patch) | |
tree | 1f7a64f10c8436c43d2776e58f753dd64575efbc /net/tailscale | |
parent | d3071018300d46cc526b72efa178d0028924a565 (diff) |
tailscale: update to version 1.8.7
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
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 c737ca2c4..8a8993e34 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.8.1 +PKG_VERSION:=1.8.7 PKG_RELEASE:=1 PKG_SOURCE:=tailscale-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=5d08e9c4cbb51da94951281003f3911933962dad0a85003e4b1852ac7b023bcd +PKG_HASH:=afb4b4f6f53e6fc00e43546e9b4e82b9c1ac7bdef688247d7fb64a028b8db487 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> PKG_LICENSE:=BSD-3-Clause |