From 681326824aeaca0bd57a60206809d85a2db735cb Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 22 May 2024 03:05:59 -0400 Subject: [PATCH] tailscale: update to 1.66.4. --- srcpkgs/tailscale/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index 0f347f1332d..c9118a06f91 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -1,8 +1,9 @@ # Template file for 'tailscale' pkgname=tailscale -version=1.66.3 +version=1.66.4 revision=1 build_style=go +build_helper="qemu" go_import_path="tailscale.com" go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled" go_build_tags='xversion' @@ -15,9 +16,13 @@ license="BSD-3-Clause" homepage="https://tailscale.com" changelog="https://github.com/tailscale/tailscale/releases" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" -checksum=51f26a6fcc8b4b6156354bd12a9f029e93c200de9b753ac72d10f70828fb6277 +checksum=db94df254a263110439aa9d6cf6e1e64a5644b6e6e459ab5298ba6e478a988cf post_install() { + for sh in bash fish zsh; do + vtargetrun "${DESTDIR}/usr/bin/tailscale" completion "$sh" > "tailscale.${sh}" + vcompletion "tailscale.${sh}" "$sh" + done vlicense LICENSE vlicense PATENTS vsv tailscaled