From 918b5015047fb368ef41aed5f6d1cced0ba5ef29 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Fri, 14 Jan 2022 17:03:50 -0500 Subject: [PATCH] tailscale: update to 1.20.1. - Also removed now-obsolete hostmakedep --- srcpkgs/tailscale/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index 44055fc87bc2..6d220cf03d30 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -1,6 +1,6 @@ # Template file for 'tailscale' pkgname=tailscale -version=1.18.2 +version=1.20.1 revision=1 build_style=go go_import_path="tailscale.com" @@ -8,13 +8,12 @@ go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled" go_build_tags='xversion' go_ldflags="-X 'tailscale.com/version.Long=${version}_${revision} (Void Linux)' -X 'tailscale.com/version.Short=${version}'" make_dirs="/var/lib/tailscale 0755 root root" -hostmakedepends="git" short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO" maintainer="Noel Cower " license="BSD-3-Clause" homepage="https://tailscale.com" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" -checksum=57206181868299027689651b6cd133627acad0c8c38f0151f469ab36d4130012 +checksum=a2a9961e80f28504fcab6cf9262feb8e4c098ae6efcb2850ba009651729157e0 post_install() { vlicense LICENSE