mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
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>
This commit is contained in:
parent
f928dab85d
commit
438c6f1e97
2 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue