diff options
Diffstat (limited to 'network/tailscale/tailscale.SlackBuild')
-rw-r--r-- | network/tailscale/tailscale.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/tailscale/tailscale.SlackBuild b/network/tailscale/tailscale.SlackBuild index 17faec2519..f037a171fc 100644 --- a/network/tailscale/tailscale.SlackBuild +++ b/network/tailscale/tailscale.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for brave-browser -# Copyright 2023-2024 Andrew Payne <phalange@komputermatrix.com> +# Copyright 2023-2025 Andrew Payne <phalange@komputermatrix.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tailscale DAEMON=tailscaled -VERSION=${VERSION:-1.76.6} +VERSION=${VERSION:-1.86.2} ARCHSTR=amd64 BINDIR=$PRGNAM"_"$VERSION"_"$ARCHSTR BUILD=${BUILD:-1} |