diff options
author | Zephyr Lykos <git@mochaa.ws> | 2023-08-23 17:55:55 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-08-24 11:11:06 +0800 |
commit | a9373d6dd1782807dafbad2bf6a2c8f30b252638 (patch) | |
tree | 7f8f275a86962647e0b810382ca322c70492e1b5 /net/tailscale | |
parent | 1eef58684cdf6415dc33ccab1e39382e96a31b37 (diff) |
tailscale: Update to 1.48.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 13a78ebdf..8cd236efb 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.48.0 +PKG_VERSION:=1.48.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:=a58f9a42d2d6c0eb0517f5e11f4b7f19892d999c8969c2ca148e4222089c85fc +PKG_HASH:=6b3152cdd9ed915c01ce30f3967c0d4e04e2a81053eddeb93792d93088fe2d72 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |