Date: Wednesday, October 20, 2021 @ 17:26:52 Author: foxboron Revision: 1031423
upgpkg: tailscale 1.16.1-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-20 17:24:19 UTC (rev 1031422) +++ PKGBUILD 2021-10-20 17:26:52 UTC (rev 1031423) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.16.0 +pkgver=1.16.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=b0f4f3161f802b4d81d166254ca907de99cc9a0c #refs/tags/v1.16.0^{} +_commit=4f4000fbe9d996106158ffd535cb6cb5627ae187 #refs/tags/v1.16.1^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
