aboutsummaryrefslogtreecommitdiff
path: root/net/tailscale
diff options
context:
space:
mode:
authorZephyr Lykos <git@mochaa.ws>2023-05-20 23:27:13 +0800
committerTianling Shen <cnsztl@gmail.com>2023-05-21 14:08:25 +0800
commit0da92a74aa9a01545f82fc13fe61a9342dd90baa (patch)
tree6e45851feeb099251099f3eb5fb1717324dbfcba /net/tailscale
parent57eb73ae633f22dea618cf173cd10ae6226494ef (diff)
tailscale: update to 1.40.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 53dffb790..e71978a8e 100644
--- a/net/tailscale/Makefile
+++ b/net/tailscale/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tailscale
-PKG_VERSION:=1.40.0
+PKG_VERSION:=1.40.1
PKG_RELEASE:=1
PKG_SOURCE:=tailscale-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=6964176889943e0e0b25d8d69e14226cfb1c1a9944a257b24cb2dd212f797141
+PKG_HASH:=9c0a9648c921f695fc501536e69c8b4998d318256c8049de538f72fbe1491c18
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=BSD-3-Clause