Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
tailscale
Commits:
17cc5e78 by Christian Heusel at 2025-03-04T19:24:10+01:00
upgpkg: 1.80.3-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.80.2
+ pkgver = 1.80.3
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.80.2
- sha256sums =
ee918ce9da9dbbd4247b31896543f1144ae19772bfc26cf704f0ae313162ce5f
+ source = git+https://github.com/tailscale/tailscale.git#tag=v1.80.3
+ sha256sums =
4c0526282e5e9284d316856278564a6edd9ea20ca31b17bc481d89245607aa81
pkgname = tailscale
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: David Anderson <[email protected]>
pkgname=tailscale
-pkgver=1.80.2
+pkgver=1.80.3
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=('ee918ce9da9dbbd4247b31896543f1144ae19772bfc26cf704f0ae313162ce5f')
+sha256sums=('4c0526282e5e9284d316856278564a6edd9ea20ca31b17bc481d89245607aa81')
options=(!lto)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/17cc5e787b4654525e911586e1ce069f55a926b5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/17cc5e787b4654525e911586e1ce069f55a926b5
You're receiving this email because of your account on gitlab.archlinux.org.