diff options
author | Ebben Aries <earies@dscp.org> | 2021-08-12 11:01:40 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 21:16:24 +0700 |
commit | fe9a1de37166f13c579a6287db35882715ec55d5 (patch) | |
tree | 2a915f6cdd98c3a1a49956c0c0f840edf6ea1f7f /development | |
parent | 3c5899687089244e9976a01d7f85639b7540a398 (diff) |
development/postman: Updated for version 8.10.0
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 7e797eeca782..87befbce4c67 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.9.1} +VERSION=${VERSION:-8.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 6461086e90af..f8a4cd220abb 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="8.9.1" +VERSION="8.10.0" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/8.9.1/linux64" -MD5SUM_x86_64="7a7aa8b7b7b08a474861dd0aa86d7060" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/8.10.0/linux64" +MD5SUM_x86_64="7e72d94f5c770cf02a9718a852fac72c" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |