Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
tailscale
Commits:
e4245345 by Christian Heusel at 2026-01-06T23:12:50+01:00
upgpkg: 1.92.5-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.92.3
+ pkgver = 1.92.5
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.92.3
- sha256sums =
b73463613a0eb3f6126de34d1495902d07134f27ec60058adb37693ab1c8506c
+ source = git+https://github.com/tailscale/tailscale.git#tag=v1.92.5
+ sha256sums =
f0fca5cdaf4be5b6b6a267e54d2ad4b74a71dc5cf3111dac227c77182e39469b
pkgname = tailscale
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: David Anderson <[email protected]>
pkgname=tailscale
-pkgver=1.92.3
+pkgver=1.92.5
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=('b73463613a0eb3f6126de34d1495902d07134f27ec60058adb37693ab1c8506c')
+sha256sums=('f0fca5cdaf4be5b6b6a267e54d2ad4b74a71dc5cf3111dac227c77182e39469b')
options=(!lto)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/e4245345d97cdd354b8fce28384e8e1f10a35ba2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/e4245345d97cdd354b8fce28384e8e1f10a35ba2
You're receiving this email because of your account on gitlab.archlinux.org.