mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/tailscale: updated for version 1.70.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
03050d5149
commit
9f0fc27123
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue