diff options
author | Zephyr Lykos <git@mochaa.ws> | 2024-01-26 02:21:33 +0800 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2024-01-26 00:57:46 +0100 |
commit | a37a6e17035f67c8f6c3e4325d0bae116e0fcf2a (patch) | |
tree | b0d013e2dceee2473db3172189c8835a61b666e1 | |
parent | cf0d28bf8c1b84a343ac0045564dad1ca9463163 (diff) |
tailscale: Update to 1.58.2
https://github.com/tailscale/tailscale/releases/tag/v1.58.2
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
-rw-r--r-- | net/tailscale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 9a63ab4e0..f9b088e5d 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.58.0 +PKG_VERSION:=1.58.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:=01d801dbb2df03a4e0c1563786300e8b26bb570b3aba15063943f78f2c26c316 +PKG_HASH:=452f355408e4e2179872387a863387e06346fc8a6f9887821f9b8a072c6a5b0a PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |