diff options
author | Ebben Aries <earies@dscp.org> | 2022-11-14 13:16:21 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-19 10:08:06 +0700 |
commit | e010538fe080557a2dd99600ba247f9bb0c7a96a (patch) | |
tree | 593759375c1f59b4f35cab0a7188362dc75d5110 /development/postman | |
parent | 5716da051fdb76a5619a6f7d75c6e5ce5e306cda (diff) |
development/postman: Updated for version 10.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/postman')
-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 f1241c4c0e5d9..890baabc7310b 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.31.0} +VERSION=${VERSION:-10.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index dff4739800d08..59e1c90bc08dc 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="9.31.0" +VERSION="10.1.2" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/9.31.0/linux64" -MD5SUM_x86_64="04bf0c8d264073df08e96d87bae79331" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.1.2/linux64" +MD5SUM_x86_64="c5ef09406b26140f557fc0a5f0074972" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |