Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
tailscale
Commits:
85d461b1 by Christian Heusel at 2025-07-29T21:57:06+02:00
upgpkg: 1.86.2-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.86.0
+ pkgver = 1.86.2
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.86.0
- sha256sums =
133ca28277c1dcd3f28b10f3575574bc1bbca8cb8bef69f19c80086787e7bec7
+ source = git+https://github.com/tailscale/tailscale.git#tag=v1.86.2
+ sha256sums =
930cda4575aabcefcdb51a349dae8b8aa825ba422de84e6dbc0b5be4f05044b1
pkgname = tailscale
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: David Anderson <[email protected]>
pkgname=tailscale
-pkgver=1.86.0
+pkgver=1.86.2
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=('133ca28277c1dcd3f28b10f3575574bc1bbca8cb8bef69f19c80086787e7bec7')
+sha256sums=('930cda4575aabcefcdb51a349dae8b8aa825ba422de84e6dbc0b5be4f05044b1')
options=(!lto)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/85d461b162f1e22fda50542636855761ecc3c371
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/85d461b162f1e22fda50542636855761ecc3c371
You're receiving this email because of your account on gitlab.archlinux.org.