mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
tailscale: update to 1.64.2.
This commit is contained in:
parent
06b5470f7f
commit
335dbb7606
2 changed files with 5 additions and 5 deletions
|
@ -6,11 +6,11 @@ that through XBPS at their choice. Also disable update check by default.
|
||||||
@@ -130,7 +130,6 @@
|
@@ -130,7 +130,6 @@
|
||||||
netlockCmd,
|
netlockCmd,
|
||||||
licensesCmd,
|
licensesCmd,
|
||||||
exitNodeCmd,
|
exitNodeCmd(),
|
||||||
- updateCmd,
|
- updateCmd,
|
||||||
whoisCmd,
|
whoisCmd,
|
||||||
},
|
debugCmd,
|
||||||
FlagSet: rootfs,
|
driveCmd,
|
||||||
--- a/cmd/tailscale/cli/set.go
|
--- a/cmd/tailscale/cli/set.go
|
||||||
+++ b/cmd/tailscale/cli/set.go
|
+++ b/cmd/tailscale/cli/set.go
|
||||||
@@ -13,7 +13,6 @@
|
@@ -13,7 +13,6 @@
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tailscale'
|
# Template file for 'tailscale'
|
||||||
pkgname=tailscale
|
pkgname=tailscale
|
||||||
version=1.62.1
|
version=1.64.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="tailscale.com"
|
go_import_path="tailscale.com"
|
||||||
|
@ -15,7 +15,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://tailscale.com"
|
homepage="https://tailscale.com"
|
||||||
changelog="https://github.com/tailscale/tailscale/releases"
|
changelog="https://github.com/tailscale/tailscale/releases"
|
||||||
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
|
||||||
checksum=22737fae37e971fecdf49d6b741b99988868aa3f1e683e67e14b872a2c49ca1c
|
checksum=e5e46f6b6b716b2c4696dce0b92dc2e36f02b06b7ad9f055042a820ad61b2a47
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue