mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/tailscale: update 1.68.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f8d58dcb3d
commit
66214c9f18
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.66.4}
|
||||
VERSION=${VERSION:-1.68.1}
|
||||
ARCHSTR=amd64
|
||||
BINDIR=$PRGNAM"_"$VERSION"_"$ARCHSTR
|
||||
BUILD=${BUILD:-1}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
PRGNAM="tailscale"
|
||||
VERSION="1.66.4"
|
||||
VERSION="1.68.1"
|
||||
HOMEPAGE="https://tailscale.com/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.66.4_amd64.tgz \
|
||||
https://github.com/tailscale/tailscale/archive/refs/tags/v1.66.4/tailscale-1.66.4.tar.gz"
|
||||
MD5SUM_x86_64="0435a1a9fd1e361b6338c68af5567982 \
|
||||
64b14f001133c19d78bcced1076a40cf"
|
||||
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.68.1_amd64.tgz \
|
||||
https://github.com/tailscale/tailscale/archive/refs/tags/v1.68.1/tailscale-1.68.1.tar.gz"
|
||||
MD5SUM_x86_64="a98883ca67fac961b7fc3905ab8d5743 \
|
||||
10d0c16a47c6555f2a550f8e1f59a0e2"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Andrew Payne"
|
||||
EMAIL="phalange@komputermatrix.com"
|
||||
|
|
Loading…
Reference in a new issue