Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
tailscale
Commits:
276fe786 by Christian Heusel at 2024-11-07T00:26:00+01:00
upgpkg: 1.76.6-1: New upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tailscale
pkgdesc = A mesh VPN that makes it easy to connect your devices,
wherever they are.
- pkgver = 1.76.1
+ pkgver = 1.76.6
pkgrel = 1
url = https://tailscale.com
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = tailscale
depends = glibc
options = !lto
backup = etc/default/tailscaled
- source = git+https://github.com/tailscale/tailscale.git#tag=v1.76.1
- sha256sums =
c527080c5f469495e20a026b56b3792e9e8cb9ff89f492a8950bd7efffe3a76d
+ source = git+https://github.com/tailscale/tailscale.git#tag=v1.76.6
+ sha256sums =
5ce156ba14ccf2cd88cbcb140096a3ff3fbe6f2d2da8c5792184423fafe8fc5a
pkgname = tailscale
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: David Anderson <[email protected]>
pkgname=tailscale
-pkgver=1.76.1
+pkgver=1.76.6
pkgrel=1
pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they
are."
arch=("x86_64")
@@ -15,7 +15,7 @@ backup=("etc/default/tailscaled")
# Important: Check if the version has been published before updating
# pkgctl version check
source=("git+https://github.com/tailscale/tailscale.git#tag=v${pkgver}")
-sha256sums=('c527080c5f469495e20a026b56b3792e9e8cb9ff89f492a8950bd7efffe3a76d')
+sha256sums=('5ce156ba14ccf2cd88cbcb140096a3ff3fbe6f2d2da8c5792184423fafe8fc5a')
options=(!lto)
@@ -32,7 +32,6 @@ build() {
export CGO_LDFLAGS="${LDFLAGS}"
export GOFLAGS="-buildmode=pie -mod=readonly -modcacherw"
GO_LDFLAGS="\
- -compressdwarf=false \
-linkmode=external \
-X tailscale.com/version.longStamp=${pkgver} \
-X tailscale.com/version.shortStamp=$(cut -d+ -f1 <<< "${pkgver}") \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/276fe786bfb897668f0ffe3ae4c3bde47abdde28
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/276fe786bfb897668f0ffe3ae4c3bde47abdde28
You're receiving this email because of your account on gitlab.archlinux.org.