diff options
author | Zephyr Lykos <git@mochaa.ws> | 2024-03-27 05:23:17 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2024-03-30 14:59:54 +0800 |
commit | 6c5dc8daff428879a2a145045fedbc3e3f550945 (patch) | |
tree | ac261e71478cf53227efd13cb822cedb04654103 /net/tailscale | |
parent | 003d99483539e61b7e36a1c4c7b5f7a331e1ca2f (diff) |
tailscale: Update to 1.62.1
https://github.com/tailscale/tailscale/releases/tag/v1.62.1
Signed-off-by: Zephyr Lykos <git@mochaa.ws>
Diffstat (limited to 'net/tailscale')
-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 6cf1cd2fb..2de831fcc 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.62.0 +PKG_VERSION:=1.62.1 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:=19d91f208a7337b8f2caad030936112c641533d7c1d932a2a8732731e2e80ae5 +PKG_HASH:=22737fae37e971fecdf49d6b741b99988868aa3f1e683e67e14b872a2c49ca1c PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |