Date: Saturday, April 30, 2022 @ 13:23:51 Author: foxboron Revision: 1191952
upgpkg: tailscale 1.24.2-1: upgpkg: tailscale 1.24.2-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-30 13:23:07 UTC (rev 1191951) +++ PKGBUILD 2022-04-30 13:23:51 UTC (rev 1191952) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.24.0 +pkgver=1.24.2 pkgrel=1 pkgdesc="A mesh VPN that makes it easy to connect your devices, wherever they are." arch=("x86_64") @@ -13,7 +13,7 @@ backup=("etc/default/tailscaled") # Important: Check if the version has been published before updating # curl -s "https://pkgs.tailscale.com/stable/?mode=json" -_commit=f0e71f4a20d3a5179e47669fe913a18c2337cc80 #refs/tags/v1.24.0^{} +_commit=dce2409b15837f30885405b8b1d27e7b7fd6bf7a #refs/tags/v1.24.2^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
