Date: Saturday, March 19, 2022 @ 12:49:16 Author: foxboron Revision: 1160611
upgpkg: tailscale 1.22.2-1: upgpkg: tailscale 1.22.2-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-19 12:46:44 UTC (rev 1160610) +++ PKGBUILD 2022-03-19 12:49:16 UTC (rev 1160611) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.22.1 +pkgver=1.22.2 pkgrel=1 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are." arch=("x86_64") @@ -11,7 +11,9 @@ makedepends=("git" "go") depends=("glibc") backup=("etc/default/tailscaled") -_commit=c8fb4f8c79259ae22e4ddeca2e6f72a832e07a47 #refs/tags/v1.22.1^{} +# Important: Check if the version has been published before updating +# curl -s "https://pkgs.tailscale.com/stable/?mode=json" +_commit=6f700925cef22d8b2a100840c8d9eb084dadfece #refs/tags/v1.22.2^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
