network/tailscale: Updated for version 1.50.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2023-09-29 17:07:50 -04:00 committed by Willy Sudiarto Raharjo
parent fa5549f01b
commit 841ac26b65
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.48.2}
VERSION=${VERSION:-1.50.0}
ARCHSTR=amd64
BINDIR=$PRGNAM"_"$VERSION"_"$ARCHSTR
BUILD=${BUILD:-1}

View File

@ -1,12 +1,12 @@
PRGNAM="tailscale"
VERSION="1.48.2"
VERSION="1.50.0"
HOMEPAGE="https://tailscale.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.48.2_amd64.tgz \
https://github.com/tailscale/tailscale/archive/refs/tags/v1.48.2/tailscale-1.48.2.tar.gz"
MD5SUM_x86_64="0147eb893913ba040ebe8c68bade601e \
29da13f0ba4b0cdf1a5b2edb81b7cb18"
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.50.0_amd64.tgz \
https://github.com/tailscale/tailscale/archive/refs/tags/v1.50.0/tailscale-1.50.0.tar.gz"
MD5SUM_x86_64="01c85ab4c634a190d35278190fca935b \
27efccd98efe7ca785add263bea36ca3"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"