diff options
author | Zephyr Lykos <git@mochaa.ws> | 2023-09-26 19:46:01 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-09-27 11:14:21 -0700 |
commit | eeb1e0f057ea9463a99aa3f49cbd64ce69906713 (patch) | |
tree | a966ad9baed9af466f9061f5e04397bef318e125 /net/tailscale | |
parent | d14fe0c51c0be8d66772b83a165c7fb3c4850af0 (diff) |
tailscale: Update to 1.50.0
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
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 f9c7488c1..64360168a 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.48.2 +PKG_VERSION:=1.50.0 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:=1c34c5c2c3b78e59ffb824b356418ff828653c62885b126d0d05f300218b36b5 +PKG_HASH:=a7e024577854c07b793c4bbd81a497250e6a1b4536e303351a388810f13b7316 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |