tailscale: update to 1.64.2.
This commit is contained in:
parent
06b5470f7f
commit
335dbb7606
|
@ -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 @@
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue