Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
tailscale
Commits:
e9d82316 by Christian Heusel at 2024-08-22T22:43:35+02:00
upgpkg: 1.72.1-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.72.0
+ pkgver = 1.72.1
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.72.0
- sha256sums =
d3ad2ea7e35964022e6fab201d7de3b6c7b8d737af513f92cafb4b0785a696ed
+ source = git+https://github.com/tailscale/tailscale.git#tag=v1.72.1
+ sha256sums =
0465ce925a84cb9b27a2b7e643a237ed7ad27cb47ed128a857bcd488510f4682
pkgname = tailscale
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: David Anderson <[email protected]>
pkgname=tailscale
-pkgver=1.72.0
+pkgver=1.72.1
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=('d3ad2ea7e35964022e6fab201d7de3b6c7b8d737af513f92cafb4b0785a696ed')
+sha256sums=('0465ce925a84cb9b27a2b7e643a237ed7ad27cb47ed128a857bcd488510f4682')
options=(!lto)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/e9d823169b9a46afb4deb505de23f33a0f5dc9ce
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/e9d823169b9a46afb4deb505de23f33a0f5dc9ce
You're receiving this email because of your account on gitlab.archlinux.org.