mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
parent
90f1fa2a52
commit
48c5a6a24c
2 changed files with 12 additions and 12 deletions
|
@ -1,11 +1,10 @@
|
||||||
--- a/cmd/tailscale/cli/cli.go
|
--- a/cmd/tailscale/cli/cli.go
|
||||||
+++ b/cmd/tailscale/cli/cli.go
|
+++ b/cmd/tailscale/cli/cli.go
|
||||||
@@ -149,8 +149,6 @@
|
@@ -130,7 +130,6 @@
|
||||||
switch {
|
netlockCmd,
|
||||||
case slices.Contains(args, "debug"):
|
licensesCmd,
|
||||||
rootCmd.Subcommands = append(rootCmd.Subcommands, debugCmd)
|
exitNodeCmd,
|
||||||
- case slices.Contains(args, "update"):
|
- updateCmd,
|
||||||
- rootCmd.Subcommands = append(rootCmd.Subcommands, updateCmd)
|
},
|
||||||
}
|
FlagSet: rootfs,
|
||||||
if runtime.GOOS == "linux" && distro.Get() == distro.Synology {
|
Exec: func(context.Context, []string) error { return flag.ErrHelp },
|
||||||
rootCmd.Subcommands = append(rootCmd.Subcommands, configureHostCmd)
|
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'tailscale'
|
# Template file for 'tailscale'
|
||||||
pkgname=tailscale
|
pkgname=tailscale
|
||||||
version=1.48.2
|
version=1.50.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="tailscale.com"
|
go_import_path="tailscale.com"
|
||||||
go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
|
go_package="tailscale.com/cmd/tailscale tailscale.com/cmd/tailscaled"
|
||||||
go_build_tags='xversion'
|
go_build_tags='xversion'
|
||||||
go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Linux)' -X 'tailscale.com/version.shortStamp=${version}'"
|
go_ldflags="-X 'tailscale.com/version.longStamp=${version}_${revision} (Void Linux)'
|
||||||
|
-X 'tailscale.com/version.shortStamp=${version}'"
|
||||||
make_dirs="/var/lib/tailscale 0755 root root"
|
make_dirs="/var/lib/tailscale 0755 root root"
|
||||||
short_desc="Easy, secure, cross platform WireGuard, oauth2, and 2FA/SSO"
|
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"
|
||||||
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tailscale/tailscale/archive/v${version}.tar.gz"
|
||||||
checksum=1c34c5c2c3b78e59ffb824b356418ff828653c62885b126d0d05f300218b36b5
|
checksum=a7e024577854c07b793c4bbd81a497250e6a1b4536e303351a388810f13b7316
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue