Date: Tuesday, June 8, 2021 @ 16:32:04 Author: foxboron Revision: 959684
upgpkg: tailscale 1.8.7-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-08 15:40:21 UTC (rev 959683) +++ PKGBUILD 2021-06-08 16:32:04 UTC (rev 959684) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.8.6 +pkgver=1.8.7 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=28a8f9c90e135305a468d10d0addd04eb82e7a18 #refs/tags/v1.8.6^{} +_commit=e1571ed7e0e84aed16f267be24fe408150109af6 #refs/tags/v1.8.7^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP') install="tailscale.install"
