Date: Tuesday, February 2, 2021 @ 18:40:42 Author: foxboron Revision: 841338
upgpkg: tailscale 1.4.2-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-02 18:40:03 UTC (rev 841337) +++ PKGBUILD 2021-02-02 18:40:42 UTC (rev 841338) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are." arch=("x86_64") @@ -11,7 +11,7 @@ makedepends=("git" "go") depends=("glibc") backup=("etc/default/tailscaled") -_commit=dde7ba4ecfa6dd044255047c9e8157448d6eba4a #refs/tags/v1.4.1^{} +_commit=a9f58fe8222120423979efb2f59a83751786e44a #refs/tags/v1.4.2^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP') install="tailscale.install"
