mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
tailscale: update to 1.54.0.
This commit is contained in:
parent
0edab8436f
commit
2993f626e0
2 changed files with 4 additions and 3 deletions
|
@ -22,9 +22,9 @@ that through XBPS at their choice. Also disable update check by default.
|
||||||
"tailscale.com/net/netutil"
|
"tailscale.com/net/netutil"
|
||||||
"tailscale.com/net/tsaddr"
|
"tailscale.com/net/tsaddr"
|
||||||
@@ -67,8 +67,7 @@
|
@@ -67,8 +67,7 @@
|
||||||
setf.StringVar(&setArgs.hostname, "hostname", "", "hostname to use instead of the one provided by the OS")
|
|
||||||
setf.StringVar(&setArgs.advertiseRoutes, "advertise-routes", "", "routes to advertise to other nodes (comma-separated, e.g. \"10.0.0.0/8,192.168.0.0/24\") or empty string to not advertise routes")
|
setf.StringVar(&setArgs.advertiseRoutes, "advertise-routes", "", "routes to advertise to other nodes (comma-separated, e.g. \"10.0.0.0/8,192.168.0.0/24\") or empty string to not advertise routes")
|
||||||
setf.BoolVar(&setArgs.advertiseDefaultRoute, "advertise-exit-node", false, "offer to be an exit node for internet traffic for the tailnet")
|
setf.BoolVar(&setArgs.advertiseDefaultRoute, "advertise-exit-node", false, "offer to be an exit node for internet traffic for the tailnet")
|
||||||
|
setf.BoolVar(&setArgs.advertiseConnector, "advertise-connector", false, "offer to be an exit node for internet traffic for the tailnet")
|
||||||
- setf.BoolVar(&setArgs.updateCheck, "update-check", true, "notify about available Tailscale updates")
|
- setf.BoolVar(&setArgs.updateCheck, "update-check", true, "notify about available Tailscale updates")
|
||||||
- setf.BoolVar(&setArgs.updateApply, "auto-update", false, "automatically update to the latest available version")
|
- setf.BoolVar(&setArgs.updateApply, "auto-update", false, "automatically update to the latest available version")
|
||||||
+ setf.BoolVar(&setArgs.updateCheck, "update-check", false, "notify about available Tailscale updates")
|
+ setf.BoolVar(&setArgs.updateCheck, "update-check", false, "notify about available Tailscale updates")
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'tailscale'
|
# Template file for 'tailscale'
|
||||||
pkgname=tailscale
|
pkgname=tailscale
|
||||||
version=1.52.0
|
version=1.54.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="tailscale.com"
|
go_import_path="tailscale.com"
|
||||||
|
@ -13,8 +13,9 @@ short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO"
|
||||||
maintainer="Noel Cower <ncower@nil.dev>"
|
maintainer="Noel Cower <ncower@nil.dev>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://tailscale.com"
|
homepage="https://tailscale.com"
|
||||||
|
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=8545b5121cb94bc84119b32623a6c513860f759ae96dcff8f404f81151999e06
|
checksum=c895a0f489706535ed400b0599d7d932d9eebc5f1bad2c236408a1e4b86620e7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue