Date: Sunday, April 2, 2023 @ 11:28:29 Author: foxboron Revision: 1433568
upgpkg: tailscale 1.38.3-1 Modified: tailscale/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-02 11:24:59 UTC (rev 1433567) +++ PKGBUILD 2023-04-02 11:28:29 UTC (rev 1433568) @@ -2,7 +2,7 @@ # Contributor: David Anderson <[email protected]> pkgname=tailscale -pkgver=1.38.2 +pkgver=1.38.3 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=3db61d07ca81aea7b86591d1874e48db01b6abcf #refs/tags/v1.38.2^{} +_commit=47ebe6f9560c5d20199ff7f78574fd830a60b842 #refs/tags/v1.38.3^{} source=("git+https://github.com/tailscale/tailscale.git#commit=${_commit}") sha256sums=('SKIP')
