diff options
author | Ebben Aries <earies@dscp.org> | 2022-05-27 09:08:14 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-28 09:11:29 +0700 |
commit | 438c6f1e978b470c5310769743fad68b59e7663e (patch) | |
tree | ed9a7daea4430151e5a76831eda00b9000ce9a3b /network/ngrok/ngrok.SlackBuild | |
parent | f928dab85dd2978a18b2a8f22bf17704ee2ca585 (diff) |
network/ngrok: Updated for version 3.0.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ngrok/ngrok.SlackBuild')
-rw-r--r-- | network/ngrok/ngrok.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/ngrok/ngrok.SlackBuild b/network/ngrok/ngrok.SlackBuild index eea02cea05..022f592716 100644 --- a/network/ngrok/ngrok.SlackBuild +++ b/network/ngrok/ngrok.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ngrok -# Copyright 2020-2021 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2020-2022 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ngrok -VERSION=${VERSION:-2.3.40} +VERSION=${VERSION:-3.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |