network/tailscale: update 1.62.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
afhpayne 2024-03-15 16:55:34 -04:00 committed by Willy Sudiarto Raharjo
parent d0d1fab3b1
commit 9057d8d1e7
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.60.1}
VERSION=${VERSION:-1.62.0}
ARCHSTR=amd64
BINDIR=$PRGNAM"_"$VERSION"_"$ARCHSTR
BUILD=${BUILD:-1}

View File

@ -1,12 +1,12 @@
PRGNAM="tailscale"
VERSION="1.60.1"
VERSION="1.62.0"
HOMEPAGE="https://tailscale.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.60.1_amd64.tgz \
https://github.com/tailscale/tailscale/archive/refs/tags/v1.60.1/tailscale-1.60.1.tar.gz"
MD5SUM_x86_64="286def63c5050f6f58554c689727ff94 \
40db55f40ef5fc9b999d35ea354364df"
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.62.0_amd64.tgz \
https://github.com/tailscale/tailscale/archive/refs/tags/v1.62.0/tailscale-1.62.0.tar.gz"
MD5SUM_x86_64="43a770a176e50a613806927612b1164e \
6ebb1dce8787a772274eb5376eeba18c"
REQUIRES=""
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"