diff options
author | Ebben Aries <earies@dscp.org> | 2021-07-14 13:47:03 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-07-16 04:46:38 +0700 |
commit | 675362560862c3c27de4b86ddaccc6cce0738995 (patch) | |
tree | e08f9a7b5ada001aaf8629392df63070e3d7067b /development/postman/postman.SlackBuild | |
parent | 326bb745dbf0ceba388c3312865ed9cbefba81be (diff) |
development/postman: Updated for version 8.8.0
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 70e6ee7984686..ec0cd2494ac59 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.7.0} +VERSION=${VERSION:-8.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |