aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZephyr Lykos <git@mochaa.ws>2024-02-16 10:09:05 +0800
committerTianling Shen <cnsztl@gmail.com>2024-03-23 13:05:17 +0800
commit8834608bc10c1a092911eba9848fefc8ac26f5df (patch)
treed757b24a2f6bfe1a86748871b17b2ccd5e43bfe0
parent19bba88ab265cc778674a92e82a8128d37a1ee39 (diff)
tailscale: Update to 1.62.0
https://github.com/tailscale/tailscale/releases/tag/v1.62.0 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 f9b088e5d..6cf1cd2fb 100644
--- a/net/tailscale/Makefile
+++ b/net/tailscale/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tailscale
-PKG_VERSION:=1.58.2
+PKG_VERSION:=1.62.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:=452f355408e4e2179872387a863387e06346fc8a6f9887821f9b8a072c6a5b0a
+PKG_HASH:=19d91f208a7337b8f2caad030936112c641533d7c1d932a2a8732731e2e80ae5
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
PKG_LICENSE:=BSD-3-Clause