diff options
author | Zephyr Lykos <git@mochaa.ws> | 2023-07-04 21:38:10 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-07-10 19:49:00 -0700 |
commit | 2ee93efe5d8824ae7622265195c9e8fdbfb14c7d (patch) | |
tree | 6be30323be607d838331a3802983e8c536aa298c /net/tailscale | |
parent | 1c671bc10b5d3a3ca64d0d9a2ab0f1c5bdcdcf40 (diff) |
tailscale: update to 1.44.0
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 0199bd150..d07dc502d 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.42.0 +PKG_VERSION:=1.44.0 PKG_RELEASE:=1 PKG_SOURCE:=tailscale-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=09de9bacda98de8d733cff162572b7eac857d13db783776ba2a2450a44ecc5e9 +PKG_HASH:=dc230cf3ac290140e573268a6e8f17124752ef064c8d3a86765a9dbb6f1bd354 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |