diff options
author | Ebben Aries <earies@dscp.org> | 2023-10-27 15:46:02 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 13:11:55 +0700 |
commit | a241ee02eb77d8e92c808986d4abaa9e7bc265ae (patch) | |
tree | 698585fae41d6e19e44a26df43bd8970891b2830 /development | |
parent | 04499d0f2e7776a6ab1b05d3fa03b7ff6d83e63d (diff) |
development/postman: Updated for version 10.19.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 ca6a87dca10eb..4eab2ac91919e 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:-10.19.0} +VERSION=${VERSION:-10.19.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 80036f63e16fd..fba2041bf09f3 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="10.19.0" +VERSION="10.19.7" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.19.0/linux64" -MD5SUM_x86_64="09a8f4d69c93cc2ffa11723dea0190e2" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.19.7/linux64" +MD5SUM_x86_64="3d8f79a9a8aa154ece615b6ef1a96641" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |