aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZephyr Lykos <git@mochaa.ws>2024-04-21 22:06:12 +0800
committerRosen Penev <rosenp@gmail.com>2024-04-21 21:31:23 -0700
commit8b100c8dd188081cc34f0f13d93a86adf4479d9c (patch)
tree2dbe947b708c84ab52bfb4fbbb4d79ffc1ca2e70
parentdf6d6a4284df55deff5166ea1b364070cce310be (diff)
tailscale: Update to 1.64.2
<https://github.com/tailscale/tailscale/releases/v1.64.2> Signed-off-by: Zephyr Lykos <git@mochaa.ws>
-rw-r--r--net/tailscale/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile
index 7d73216da..52076fe28 100644
--- a/net/tailscale/Makefile
+++ b/net/tailscale/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tailscale
-PKG_VERSION:=1.64.1
+PKG_VERSION:=1.64.2
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:=df6009abb4800a7e7681063c9d3f62da6850060e4949ca0bd1edad60781e9f03
+PKG_HASH:=e5e46f6b6b716b2c4696dce0b92dc2e36f02b06b7ad9f055042a820ad61b2a47
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=BSD-3-Clause