mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/postman: Updated for version 8.8.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
326bb745db
commit
6753625608
2 changed files with 4 additions and 4 deletions
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=postman
|
||||
SRCDIR=Postman
|
||||
SRCNAM=linux
|
||||
VERSION=${VERSION:-8.7.0}
|
||||
VERSION=${VERSION:-8.8.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="postman"
|
||||
VERSION="8.7.0"
|
||||
VERSION="8.8.0"
|
||||
HOMEPAGE="https://www.getpostman.com"
|
||||
DOWNLOAD="https://dl.pstmn.io/download/version/8.7.0/linux64"
|
||||
MD5SUM="446cd15f171db3c9d836c3d1996c177f"
|
||||
DOWNLOAD="https://dl.pstmn.io/download/version/8.8.0/linux64"
|
||||
MD5SUM="fd67bf0aa740f674eb85961741632091"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue