Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
tailscale


Commits:
8442ec2b by Christian Heusel at 2023-08-22T00:14:41+02:00
upgpkg: 1.48.1-2: make "tailscale version" show the proper output

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 pkgname=tailscale
 pkgver=1.48.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they 
are."
 arch=("x86_64")
 url="https://tailscale.com";
@@ -40,9 +40,9 @@ build() {
     GO_LDFLAGS="\
         -compressdwarf=false \
         -linkmode=external \
-        -X tailscale.com/version.Long=${pkgver} \
-        -X tailscale.com/version.Short=$(cut -d+ -f1 <<< "${pkgver}") \
-        -X tailscale.com/version.GitCommit=${_commit}"
+        -X tailscale.com/version.longStamp=${pkgver} \
+        -X tailscale.com/version.shortStamp=$(cut -d+ -f1 <<< "${pkgver}") \
+        -X tailscale.com/version.gitCommitStamp=${_commit}"
     for cmd in ./cmd/tailscale ./cmd/tailscaled; do
         go build -v -tags xversion -ldflags "$GO_LDFLAGS" "$cmd"
     done



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/8442ec2ba57ed76e845f24dc2fc1ff402959ef52

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/8442ec2ba57ed76e845f24dc2fc1ff402959ef52
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to