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 | |
parent | 326bb745dbf0ceba388c3312865ed9cbefba81be (diff) |
development/postman: Updated for version 8.8.0
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 70e6ee798468..ec0cd2494ac5 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} diff --git a/development/postman/postman.info b/development/postman/postman.info index 896410911723..0d3ba0c87ca0 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,8 +1,8 @@ PRGNAM="postman" -VERSION="8.7.0" +VERSION="8.8.0" HOMEPAGE="https://www.getpostman.com" -DOWNLOAD="https://dl.pstmn.io/download/version/8.7.0/linux64" -MD5SUM="446cd15f171db3c9d836c3d1996c177f" +DOWNLOAD="https://dl.pstmn.io/download/version/8.8.0/linux64" +MD5SUM="fd67bf0aa740f674eb85961741632091" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |