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 | |
parent | f928dab85dd2978a18b2a8f22bf17704ee2ca585 (diff) | |
download | slackbuilds-438c6f1e978b470c5310769743fad68b59e7663e.tar.gz |
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')
-rw-r--r-- | network/ngrok/ngrok.SlackBuild | 4 | ||||
-rw-r--r-- | network/ngrok/ngrok.info | 10 |
2 files changed, 7 insertions, 7 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} diff --git a/network/ngrok/ngrok.info b/network/ngrok/ngrok.info index 1bd72e8447..ffe3e55c59 100644 --- a/network/ngrok/ngrok.info +++ b/network/ngrok/ngrok.info @@ -1,10 +1,10 @@ PRGNAM="ngrok" -VERSION="2.3.40" +VERSION="3.0.3" HOMEPAGE="https://ngrok.com" -DOWNLOAD="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-2.3.40-linux-386.zip" -MD5SUM="99dcb5bfdea26cc6b555e558cf865751" -DOWNLOAD_x86_64="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-2.3.40-linux-amd64.zip" -MD5SUM_x86_64="5e85def8be795029ce9189ae3e1f7b9a" +DOWNLOAD="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-3.0.3-linux-386.zip" +MD5SUM="d69051ff4b7eb3799c0c42f02c6ad612" +DOWNLOAD_x86_64="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-3.0.3-linux-amd64.zip" +MD5SUM_x86_64="4db61032709a49525f1e573563b621bc" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |