network/tailscale: update 1.62.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d0d1fab3b1
commit
9057d8d1e7
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue