diff options
author | Zephyr Lykos <git@mochaa.ws> | 2023-11-10 21:40:13 +0800 |
---|---|---|
committer | Zephyr Lykos <git@mochaa.ws> | 2023-11-10 21:40:13 +0800 |
commit | 7e9ed3b117ce5fc1dbd46c19ecde14e4de655056 (patch) | |
tree | afd2500128d07a843663a03faacc0f9bc26c4387 | |
parent | 80dc3ac8e27122331530f2f6493d1ef2de8fd08b (diff) |
tailscale: Update to 1.52.1
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
-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 d787ee25d..70f0d4acf 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.50.1 +PKG_VERSION:=1.52.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:=183a7d559590a759dd77aa9c2b65486ab6e13c26f3c07fad0b536e318ad5e233 +PKG_HASH:=297d01584104dde7d1e5d2e99ee57c6a60579dc4f494ed9d2306716e031af19a PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |