diff options
author | Ebben Aries <earies@dscp.org> | 2022-01-23 10:21:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-26 18:54:39 +0700 |
commit | 91968e1ed8843a2b135bcfc46fc6706e350834c4 (patch) | |
tree | 0b896f7f46f24892b9d876922c5f2df7d718e6bf /development | |
parent | d1222e5ff1d8193e018e7b98384119d55d9e1c5f (diff) | |
download | slackbuilds-91968e1ed8843a2b135bcfc46fc6706e350834c4.tar.gz |
development/postman: Updated for version 9.9.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/postman/postman.SlackBuild | 2 | ||||
-rw-r--r-- | development/postman/postman.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/postman/postman.SlackBuild b/development/postman/postman.SlackBuild index 729461e500..64ec0a86ff 100644 --- a/development/postman/postman.SlackBuild +++ b/development/postman/postman.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postman SRCDIR=Postman SRCNAM=linux -VERSION=${VERSION:-9.8.3} +VERSION=${VERSION:-9.9.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index e97ad3009c..ac9d3835b6 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="9.8.3" +VERSION="9.9.3" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/9.8.3/linux64" -MD5SUM_x86_64="7716dd45b68182944ed95b3e4b82a227" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/9.9.3/linux64" +MD5SUM_x86_64="887bd7782ad709c81f42be6d103c2687" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |