diff options
author | Tyler Young <git@yfh.addy.io> | 2023-09-20 01:37:16 +0000 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2023-09-23 17:49:13 +0200 |
commit | 992807ca35ce3a8ef3dae8f71d9b1e6dbe724e22 (patch) | |
tree | becf8fdc4adee66b95f9baaf0e7ca9add676dec2 /net/tailscale | |
parent | eb711e2eb2ab896018751bf3c7a66cbff6a43317 (diff) |
tailscale: update to version 1.48.2
Release notes:
https://github.com/tailscale/tailscale/releases/tag/v1.48.2
Signed-off-by: Tyler Young <git@yfh.addy.io>
Diffstat (limited to 'net/tailscale')
-rw-r--r-- | net/tailscale/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 48152ec90..f9c7488c1 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.48.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.48.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:=6b3152cdd9ed915c01ce30f3967c0d4e04e2a81053eddeb93792d93088fe2d72 +PKG_HASH:=1c34c5c2c3b78e59ffb824b356418ff828653c62885b126d0d05f300218b36b5 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com> PKG_LICENSE:=BSD-3-Clause |