From 23d90cabd2b7fcb8a2d75a96a00b4653988f8af6 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 23 Aug 2021 08:44:46 +0200 Subject: [PATCH] tailscale: update to version 1.12.3 Signed-off-by: Jan Pavlinec --- net/tailscale/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/tailscale/Makefile b/net/tailscale/Makefile index 588fffd8ed..5643adb615 100644 --- a/net/tailscale/Makefile +++ b/net/tailscale/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tailscale -PKG_VERSION:=1.12.1 +PKG_VERSION:=1.12.3 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:=9a94e6073f5e171c9ba6c3f5ca291bdae688c8e26fb586c3df4302204af77e86 +PKG_HASH:=05e5b1d382cad7ac5737d87d0b61277791c75938468c2c662f21665998d431e9 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause