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/postman/postman.SlackBuild | |
parent | d1222e5ff1d8193e018e7b98384119d55d9e1c5f (diff) |
development/postman: Updated for version 9.9.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/postman/postman.SlackBuild')
-rw-r--r-- | development/postman/postman.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/postman/postman.SlackBuild b/development/postman/postman.SlackBuild index 729461e50086c..64ec0a86ff1af 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} |