diff options
author | Ebben Aries <earies@dscp.org> | 2021-05-14 13:19:06 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-15 10:19:47 +0700 |
commit | cf8b605cc47e32a00229f6895e7aee670f6391b1 (patch) | |
tree | 45e9ed613b3e3642f4f953aab92eb2cf6bab7bfa /network | |
parent | f8fb9c572f95c47630583f63e0cb5f46f32eb2f9 (diff) |
network/ngrok: Updated for version 2.3.40
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 51a73d252d4b..78d17b01e424 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.39} +VERSION=${VERSION:-2.3.40} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/ngrok/ngrok.info b/network/ngrok/ngrok.info index 1f8de72d4c2e..1bd72e84473d 100644 --- a/network/ngrok/ngrok.info +++ b/network/ngrok/ngrok.info @@ -1,10 +1,10 @@ PRGNAM="ngrok" -VERSION="2.3.39" +VERSION="2.3.40" HOMEPAGE="https://ngrok.com" -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" +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" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |