Date: Thursday, April 6, 2023 @ 10:39:41 Author: foxboron Revision: 1438601
upgpkg: tailscale 1.38.4-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-06 10:25:38 UTC (rev 1438600) +++ PKGBUILD 2023-04-06 10:39:41 UTC (rev 1438601) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.38.3 +pkgver=1.38.4 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=47ebe6f9560c5d20199ff7f78574fd830a60b842 #refs/tags/v1.38.3^{} +_commit=043a34500dd2bb07c34e3b28a56cdbc8b5434454 #refs/tags/v1.38.4^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
