aboutsummaryrefslogtreecommitdiff
path: root/net/tailscale
diff options
context:
space:
mode:
authorZephyr Lykos <git@mochaa.ws>2024-01-19 18:13:05 +0800
committerTianling Shen <cnsztl@gmail.com>2024-01-23 15:12:43 +0800
commit0b0a13ed3338e7111f28c14c296a00a4f6b9123c (patch)
treed04a900825953f0343751efe3ba21c5634726e39 /net/tailscale
parent214df76f396d0ae44a7680b596433b4aa834ea0d (diff)
tailscale: Update to 1.58.0
https://github.com/tailscale/tailscale/releases/tag/v1.58.0 Signed-off-by: Zephyr Lykos <git@mochaa.ws>
Diffstat (limited to 'net/tailscale')
-rw-r--r--net/tailscale/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile
index 2a0022b90..9a63ab4e0 100644
--- a/net/tailscale/Makefile
+++ b/net/tailscale/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tailscale
-PKG_VERSION:=1.56.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.58.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:=56b7d25c704e3c22e9e20dcb55695cd9c816878d2c172a73c64aac42e460fd41
+PKG_HASH:=01d801dbb2df03a4e0c1563786300e8b26bb570b3aba15063943f78f2c26c316
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=BSD-3-Clause