Date: Thursday, July 29, 2021 @ 16:11:25 Author: foxboron Revision: 990360
upgpkg: tailscale 1.12.1-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-29 16:11:17 UTC (rev 990359) +++ PKGBUILD 2021-07-29 16:11:25 UTC (rev 990360) @@ -2,7 +2,7 @@ # Contributor: David Anderson <d...@natulte.net> pkgname=tailscale -pkgver=1.12.0 +pkgver=1.12.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=188a7f6bc4fa3a2c4d5add45fee9097a875dacaa #refs/tags/v1.12.0^{} +_commit=1d7592eb11744ddd4a69725964a35eefb4e76097 #refs/tags/v1.12.1^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP') install="tailscale.install"