Date: Monday, January 30, 2023 @ 09:36:07 Author: foxboron Revision: 1391199
upgpkg: tailscale 1.36.0-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-30 09:33:32 UTC (rev 1391198) +++ PKGBUILD 2023-01-30 09:36:07 UTC (rev 1391199) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.34.2 +pkgver=1.36.0 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=c5ef9103d92b9b0a2932f869db56fbd7344ad417 #refs/tags/v1.34.2^{} +_commit=ab998de9899da026e1a623a5973143f0d3ea52f7 #refs/tags/v1.36.0^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
