diff options
author | Ebben Aries <earies@dscp.org> | 2024-05-04 09:47:57 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-05 08:28:37 +0700 |
commit | 16dedcbc2aac4090d41c8d6f7648a99036b1f3cc (patch) | |
tree | a0d62aa85f4c3a9807d96d313eba864f735b34e9 | |
parent | 1d6c12cab7e8f0c809a9d573abd1b9f5a45a806d (diff) |
development/postman: Updated for version 11.0.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 6028f10d9bccc..1166f3f73519d 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.24.16} +VERSION=${VERSION:-11.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 05c011c7f7b8c..e5589248deebe 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="10.24.16" +VERSION="11.0.4" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.24.16/linux64" -MD5SUM_x86_64="75fc2abf7e2115e05567f61145c49600" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/11.0.4/linux64" +MD5SUM_x86_64="d17fa7c7c7a9586f7e2111a0c8cb3470" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |