Date: Friday, May 7, 2021 @ 19:19:09 Author: foxboron Revision: 928662
upgpkg: tailscale 1.8.1-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-07 18:48:07 UTC (rev 928661) +++ PKGBUILD 2021-05-07 19:19:09 UTC (rev 928662) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.8.0 +pkgver=1.8.1 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=e7899afbf606a508750a22147177b7b62313751a #refs/tags/v1.8.0^{} +_commit=fbfdcc56edb92066ef6dbaa1ae9d9bffa5455757 #refs/tags/v1.8.1^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP') install="tailscale.install"
