aboutsummaryrefslogtreecommitdiff
path: root/net/tailscale
diff options
context:
space:
mode:
authorZephyr Lykos <git@mochaa.ws>2023-10-06 18:55:02 +0800
committerTianling Shen <cnsztl@gmail.com>2023-10-09 10:09:41 +0800
commit5cd966ca4f44f9c98fe036cc4fd4933b695762bf (patch)
treec009b69103bb8a87ca2fb3a1fc32f6900fabe38d /net/tailscale
parentff93e4a19d9e9957b61f4a214399cfc87f9c7648 (diff)
tailscale: Update to 1.50.1
https://github.com/tailscale/tailscale/releases/tag/v1.50.1 Signed-off-by: Zephyr Lykos <git@mochaa.ws>
Diffstat (limited to 'net/tailscale')
-rw-r--r--net/tailscale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile
index 64360168a..d787ee25d 100644
--- a/net/tailscale/Makefile
+++ b/net/tailscale/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tailscale
-PKG_VERSION:=1.50.0
+PKG_VERSION:=1.50.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:=a7e024577854c07b793c4bbd81a497250e6a1b4536e303351a388810f13b7316
+PKG_HASH:=183a7d559590a759dd77aa9c2b65486ab6e13c26f3c07fad0b536e318ad5e233
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=BSD-3-Clause