From 82272b73ee41d2993f81f24b70c304a47da1c0d3 Mon Sep 17 00:00:00 2001 From: Noel Cower Date: Tue, 10 Nov 2020 22:34:28 -0800 Subject: [PATCH] tailscale: update to 1.2.2 --- srcpkgs/tailscale/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index 1fe73772b49..9032d1511d1 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -1,12 +1,12 @@ # Template file for 'tailscale' pkgname=tailscale -version=1.0.5 +version=1.2.2 revision=1 build_style=go go_import_path="tailscale.com" 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}'" +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" @@ -14,7 +14,7 @@ maintainer="Noel Cower " license="BSD-3-Clause" homepage="https://tailscale.com" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" -checksum=d06304e082d5fd3f344c754e53e57e2ff50808d5781e0176029d8cfeebcf9097 +checksum=10d731adafc6b7535e4f53fe22de73bc7371d0e40bcdd9c08f6f8abd5ff9030f post_install() { vlicense LICENSE