Browse Source
network/tailscale: update 1.76.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/256/head
afhpayne
11 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
network/tailscale/tailscale.SlackBuild
-
network/tailscale/tailscale.info
|
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=tailscale |
|
|
|
DAEMON=tailscaled |
|
|
|
VERSION=${VERSION:-1.76.1} |
|
|
|
VERSION=${VERSION:-1.76.6} |
|
|
|
ARCHSTR=amd64 |
|
|
|
BINDIR=$PRGNAM"_"$VERSION"_"$ARCHSTR |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
PRGNAM="tailscale" |
|
|
|
VERSION="1.76.1" |
|
|
|
VERSION="1.76.6" |
|
|
|
HOMEPAGE="https://tailscale.com/" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.76.1_amd64.tgz \ |
|
|
|
https://github.com/tailscale/tailscale/archive/refs/tags/v1.76.1/tailscale-1.76.1.tar.gz" |
|
|
|
MD5SUM_x86_64="a67215e2589d5c736efcf8adcf045072 \ |
|
|
|
86c316ca92c092c0a22bdb7a8014fd41" |
|
|
|
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.76.6_amd64.tgz \ |
|
|
|
https://github.com/tailscale/tailscale/archive/refs/tags/v1.76.6/tailscale-1.76.6.tar.gz" |
|
|
|
MD5SUM_x86_64="30a5072465367230c2b56856aa73e3cd \ |
|
|
|
6c46d1b1ed7f15445d523293e0611b9b" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Andrew Payne" |
|
|
|
EMAIL="phalange@komputermatrix.com" |