Date: Tuesday, August 2, 2022 @ 20:09:42 Author: foxboron Revision: 1259863
upgpkg: tailscale 1.28.0-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-02 20:06:40 UTC (rev 1259862) +++ PKGBUILD 2022-08-02 20:09:42 UTC (rev 1259863) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.26.1 +pkgver=1.28.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=5b81baa7d367d353707e87e0f9a8062cccc27c1b #refs/tags/v1.26.1^{} +_commit=aabca3a4c431d24199c1deb25d4684516ead88ca #refs/tags/v1.28.0^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
