Date: Saturday, September 10, 2022 @ 11:26:04 Author: foxboron Revision: 1298809
upgpkg: tailscale 1.30.1-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-10 11:20:18 UTC (rev 1298808) +++ PKGBUILD 2022-09-10 11:26:04 UTC (rev 1298809) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.30.0 +pkgver=1.30.1 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=0b00b7a135b635fadd8a9a38567562798873ab82 #refs/tags/v1.30.0^{} +_commit=949c4003021d533aefd3594623675550d355015e #refs/tags/v1.30.1^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
