mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ngrok: Updated for version 3.1.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f3ec148bd9
commit
9d53d2ff0c
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=ngrok
|
||||
VERSION=${VERSION:-3.0.7}
|
||||
VERSION=${VERSION:-3.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ngrok"
|
||||
VERSION="3.0.7"
|
||||
VERSION="3.1.0"
|
||||
HOMEPAGE="https://ngrok.com"
|
||||
DOWNLOAD="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-3.0.7-linux-386.tar.gz"
|
||||
MD5SUM="3b8b5010ef3a07b434e5145ecbde89e7"
|
||||
DOWNLOAD_x86_64="https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-3.0.7-linux-amd64.tar.gz"
|
||||
MD5SUM_x86_64="bd80ca7174721f0796bd3dac8f4a7965"
|
||||
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"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue