tailscale: update to 1.66.4.

This commit is contained in:
classabbyamp 2024-05-22 03:05:59 -04:00
parent df71a41cc3
commit 681326824a
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 7 additions and 2 deletions

View File

@ -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