diff options
author | Ebben Aries <earies@dscp.org> | 2021-11-26 17:01:41 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-27 07:53:30 +0700 |
commit | 35a3c51828ade5ef2395a01b9c5c1eff42ce30b6 (patch) | |
tree | 4d5fbf57c4fc6d401b407e92fa54bfab9fd75101 /development | |
parent | 14c5b7519a6c2672d770a931cf4e81ddc794938c (diff) | |
download | slackbuilds-35a3c51828ade5ef2395a01b9c5c1eff42ce30b6.tar.gz |
development/postman: Updated for version 9.1.5
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 1390a79ed8..638c89eb84 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:-8.12.5} +VERSION=${VERSION:-9.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 5f4bcbcf29..9783332e10 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="8.12.5" +VERSION="9.1.5" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/8.12.5/linux64" -MD5SUM_x86_64="9c5525374288c14b0b8c21e153202169" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/9.1.5/linux64" +MD5SUM_x86_64="7b1288999e423b31b4482b883016ee33" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |