network/tailscale: updated for version 1.70.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2024-07-29 12:42:21 -04:00 committed by Willy Sudiarto Raharjo
parent 03050d5149
commit 9f0fc27123
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tailscale
DAEMON=tailscaled
VERSION=${VERSION:-1.68.2}
VERSION=${VERSION:-1.70.0}
ARCHSTR=amd64
BINDIR=$PRGNAM"_"$VERSION"_"$ARCHSTR
BUILD=${BUILD:-1}

View file

@ -1,12 +1,12 @@
PRGNAM="tailscale"
VERSION="1.68.2"
VERSION="1.70.0"
HOMEPAGE="https://tailscale.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.68.2_amd64.tgz \
https://github.com/tailscale/tailscale/archive/refs/tags/v1.68.2/tailscale-1.68.2.tar.gz"
MD5SUM_x86_64="818e9abe04d1dd45542e343a98af3bc5 \
dfc66bdbad7b7689fa9cc326458b77c9"
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.70.0_amd64.tgz \
https://github.com/tailscale/tailscale/archive/refs/tags/v1.70.0/tailscale-1.70.0.tar.gz"
MD5SUM_x86_64="a4982316b19166177e05a87abc51d69c \
81ef3009990e89a6b96a0e7cd122df5e"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"