Browse Source
network/tailscale: Updated for version 1.74.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/249/head
afhpayne
1 year 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.74.0} |
|
|
|
VERSION=${VERSION:-1.74.1} |
|
|
|
ARCHSTR=amd64 |
|
|
|
BINDIR=$PRGNAM"_"$VERSION"_"$ARCHSTR |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
PRGNAM="tailscale" |
|
|
|
VERSION="1.74.0" |
|
|
|
VERSION="1.74.1" |
|
|
|
HOMEPAGE="https://tailscale.com/" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.74.0_amd64.tgz \ |
|
|
|
https://github.com/tailscale/tailscale/archive/refs/tags/v1.74.0/tailscale-1.74.0.tar.gz" |
|
|
|
MD5SUM_x86_64="9c3b2562b3d7b8491067864a5d090ea4 \ |
|
|
|
a562edaa34e6e3c1dda7683de4c84dc5" |
|
|
|
DOWNLOAD_x86_64="https://pkgs.tailscale.com/stable/tailscale_1.74.1_amd64.tgz \ |
|
|
|
https://github.com/tailscale/tailscale/archive/refs/tags/v1.74.1/tailscale-1.74.1.tar.gz" |
|
|
|
MD5SUM_x86_64="69cdb5779ce93b9ba889591d30bad736 \ |
|
|
|
5d2cd6663edb2928278dafbbf1ecf8ff" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Andrew Payne" |
|
|
|
EMAIL="phalange@komputermatrix.com" |