diff options
author | Ebben Aries <earies@dscp.org> | 2023-03-12 08:38:10 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-18 09:50:13 +0700 |
commit | 89e1283ff78efe71c29b01055a2061ee394bb4e7 (patch) | |
tree | f177279284652eb588b1474f48ba46285af13da3 | |
parent | 745e8c7ba622dde418eb4118b338d7e8910cf3ff (diff) |
network/ngrok: Updated for version 3.1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 c8a87b1c0312..885c1d7b53ee 100644 --- a/network/ngrok/ngrok.SlackBuild +++ b/network/ngrok/ngrok.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ngrok -# Copyright 2020-2022 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2020-2023 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:-3.1.0} +VERSION=${VERSION:-3.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/ngrok/ngrok.info b/network/ngrok/ngrok.info index e78ef885eb60..3434825687a8 100644 --- a/network/ngrok/ngrok.info +++ b/network/ngrok/ngrok.info @@ -1,10 +1,10 @@ PRGNAM="ngrok" -VERSION="3.1.0" +VERSION="3.1.1" HOMEPAGE="https://ngrok.com" -DOWNLOAD="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-3.1.0-linux-386.tar.gz" -MD5SUM="689969ff75b7004f5b21e99a4d35a6a4" -DOWNLOAD_x86_64="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-3.1.0-linux-amd64.tar.gz" -MD5SUM_x86_64="fde3ad1f60e907e2dce4fba213022423" +DOWNLOAD="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-3.1.1-linux-386.tar.gz" +MD5SUM="141c88b17e1efff1cfcedcb9ff268ef5" +DOWNLOAD_x86_64="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-3.1.1-linux-amd64.tar.gz" +MD5SUM_x86_64="ca46a225c23c6d061561aa14894d0493" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |