diff options
author | Ebben Aries <earies@dscp.org> | 2021-11-03 10:58:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-05 22:31:01 +0700 |
commit | eb7e5cf04c0e1ec32a245603d9801f1c2ca581ce (patch) | |
tree | 9e24d6a74ee928900678904247c6b7ec8ba28f91 /development/postman | |
parent | f32970696db037e56c6c5e39d0c79a3029926a02 (diff) | |
download | slackbuilds-eb7e5cf04c0e1ec32a245603d9801f1c2ca581ce.tar.gz |
development/postman: Updated for version 8.12.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/postman')
-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 b8c0f4a156..1390a79ed8 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.4} +VERSION=${VERSION:-8.12.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 963f5774e2..5f4bcbcf29 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="8.12.4" +VERSION="8.12.5" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/8.12.4/linux64" -MD5SUM_x86_64="29d282ba3901bd66ace3ec072e23c8b9" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/8.12.5/linux64" +MD5SUM_x86_64="9c5525374288c14b0b8c21e153202169" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |