Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
tailscale
Commits:
0d1ab863 by Christian Heusel at 2023-11-30T20:15:30+01:00
upgpkg: 1.54.1-1
- - - - -
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.54.0
+ pkgver = 1.54.1
pkgrel = 1
url = https://tailscale.com
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = tailscale
makedepends = go
depends = glibc
backup = etc/default/tailscaled
- source =
git+https://github.com/tailscale/tailscale.git#commit=42cae6916c6b06b6d0a686477f96d48a0b49aeb6
+ source =
git+https://github.com/tailscale/tailscale.git#commit=0a01efc8f894db55d0975d1926fd5347c548a7af
sha256sums = SKIP
pkgname = tailscale
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: David Anderson <[email protected]>
pkgname=tailscale
-pkgver=1.54.0
+pkgver=1.54.1
pkgrel=1
pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they
are."
arch=("x86_64")
@@ -14,7 +14,7 @@ depends=("glibc")
backup=("etc/default/tailscaled")
# Important: Check if the version has been published before updating
# curl -s "https://pkgs.tailscale.com/stable/?mode=json"
-_commit=42cae6916c6b06b6d0a686477f96d48a0b49aeb6 # git rev-parse tags/v1.54.0
+_commit=0a01efc8f894db55d0975d1926fd5347c548a7af # git rev-parse tags/v1.54.1
source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}")
sha256sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/0d1ab86338627b20a656eeb91bef71b80a8101f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tailscale/-/commit/0d1ab86338627b20a656eeb91bef71b80a8101f7
You're receiving this email because of your account on gitlab.archlinux.org.