diff options
author | Shi JiaYang <shi05275@163.com> | 2023-12-24 11:06:28 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-12-25 12:40:48 -0800 |
commit | a2b72f13fff065aff3e3803e823b3764d037dd90 (patch) | |
tree | 748123593ef3ba95ac9de54240ad903a78f3d149 /net/tailscale | |
parent | 5e87484968a9bae1a11acb256fe233457c4c9b62 (diff) |
tailscale: Update to 1.56.1
Signed-off-by: Shi JiaYang <shi05275@163.com>
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 a1efec686..e514fc983 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.54.0 +PKG_VERSION:=1.56.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=c895a0f489706535ed400b0599d7d932d9eebc5f1bad2c236408a1e4b86620e7 +PKG_HASH:=56b7d25c704e3c22e9e20dcb55695cd9c816878d2c172a73c64aac42e460fd41 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |