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