diff options
author | Ebben Aries <earies@dscp.org> | 2021-04-23 12:39:22 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-26 11:50:54 +0700 |
commit | c52d3e69dbe7dbbf90fd298ea40f089884fb973b (patch) | |
tree | debf00c0a14bc7306d10698c954e8902653d4f6b | |
parent | b10e489f6caf965e954eeb7733b7141df6387060 (diff) |
network/ngrok: Updated for version 2.3.39
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/ngrok/ngrok.SlackBuild | 2 | ||||
-rw-r--r-- | network/ngrok/ngrok.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/ngrok/ngrok.SlackBuild b/network/ngrok/ngrok.SlackBuild index b3f08c9ce02b..51a73d252d4b 100644 --- a/network/ngrok/ngrok.SlackBuild +++ b/network/ngrok/ngrok.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ngrok -VERSION=${VERSION:-2.3.37} +VERSION=${VERSION:-2.3.39} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/ngrok/ngrok.info b/network/ngrok/ngrok.info index 5258614f8cf7..1f8de72d4c2e 100644 --- a/network/ngrok/ngrok.info +++ b/network/ngrok/ngrok.info @@ -1,10 +1,10 @@ PRGNAM="ngrok" -VERSION="2.3.37" +VERSION="2.3.39" HOMEPAGE="https://ngrok.com" -DOWNLOAD="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-2.3.37-linux-386.zip" -MD5SUM="2569c067239b3cd270f7032cd4e812fa" -DOWNLOAD_x86_64="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-2.3.37-linux-amd64.zip" -MD5SUM_x86_64="a1ec825b2c854e3e1db7f70d44d46941" +DOWNLOAD="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-2.3.39-linux-386.zip" +MD5SUM="d39147f01b79d6689fb76481395166ce" +DOWNLOAD_x86_64="https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-2.3.39-linux-amd64.zip" +MD5SUM_x86_64="737d03cf0f889e8f8c37528246d5cbd5" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |