diff --git a/srcpkgs/tailscale/patches/no-self-update.patch b/srcpkgs/tailscale/patches/no-self-update.patch index cabdf5e28cd..e3a8d6eface 100644 --- a/srcpkgs/tailscale/patches/no-self-update.patch +++ b/srcpkgs/tailscale/patches/no-self-update.patch @@ -6,11 +6,11 @@ that through XBPS at their choice. Also disable update check by default. @@ -130,7 +130,6 @@ netlockCmd, licensesCmd, - exitNodeCmd, + exitNodeCmd(), - updateCmd, whoisCmd, - }, - FlagSet: rootfs, + debugCmd, + driveCmd, --- a/cmd/tailscale/cli/set.go +++ b/cmd/tailscale/cli/set.go @@ -13,7 +13,6 @@ diff --git a/srcpkgs/tailscale/template b/srcpkgs/tailscale/template index efdd8905b4a..41da6d1665a 100644 --- a/srcpkgs/tailscale/template +++ b/srcpkgs/tailscale/template @@ -1,6 +1,6 @@ # Template file for 'tailscale' pkgname=tailscale -version=1.62.1 +version=1.64.2 revision=1 build_style=go go_import_path="tailscale.com" @@ -15,7 +15,7 @@ license="BSD-3-Clause" homepage="https://tailscale.com" changelog="https://github.com/tailscale/tailscale/releases" distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz" -checksum=22737fae37e971fecdf49d6b741b99988868aa3f1e683e67e14b872a2c49ca1c +checksum=e5e46f6b6b716b2c4696dce0b92dc2e36f02b06b7ad9f055042a820ad61b2a47 post_install() { vlicense LICENSE