mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/postman: Updated for version 7.34.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2021cb3dae
commit
8723c6c9e0
3 changed files with 11 additions and 11 deletions
|
@ -25,7 +25,7 @@
|
|||
PRGNAM=postman
|
||||
SRCDIR=Postman
|
||||
SRCNAM=linux
|
||||
VERSION=${VERSION:-7.14.0}
|
||||
VERSION=${VERSION:-7.34.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="postman"
|
||||
VERSION="7.14.0"
|
||||
VERSION="7.34.0"
|
||||
HOMEPAGE="https://www.getpostman.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/7.14.0/linux64"
|
||||
MD5SUM_x86_64="dc00dbe1117ba65158eaf0ec3e80b776"
|
||||
DOWNLOAD="https://dl.pstmn.io/download/version/7.34.0/linux64"
|
||||
MD5SUM="e73a56ca80d6811d5ecfb31bd26f572b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="e@dscp.org"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
postman: postman (Build, test, and document your APIs faster)
|
||||
postman: Postman makes API development faster, easier, and better.
|
||||
postman:
|
||||
postman: Postman features include:
|
||||
postman: * Powerful, simple to use GUI
|
||||
postman: * Saved history of API requests
|
||||
postman: * Powerful, simple to use GUI with saved history of API requests
|
||||
postman: * Unlimited collections, environments, tests, and sharing
|
||||
postman: * Automated testing with collection runner
|
||||
postman: * Web-viewable, detailed API documentation
|
||||
postman: * Flexible API monitoring, for uptime, performance, and accuracy
|
||||
postman: * Mock servers, to support split-stack development
|
||||
postman:
|
||||
postman: Website: https://www.getpostman.com
|
||||
postman:
|
||||
|
|
Loading…
Reference in a new issue