diff options
author | Ebben Aries <earies@dscp.org> | 2022-12-22 09:25:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-23 00:13:00 +0700 |
commit | f5c835e9c979aba5e93011a9431dd8a2451b2aa8 (patch) | |
tree | 43b66c03cf9371465b6e9a06182bffe1893fef14 /development | |
parent | f5b2344e28a2cbb47efcb447726d27aeaf21d2fa (diff) |
development/postman: Updated for version 10.6.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 ec1b4cfd1d94a..a90642a55b824 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:-10.5.2} +VERSION=${VERSION:-10.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 8c6731eb6f9e5..6986cc4e06d7e 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="10.5.2" +VERSION="10.6.0" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.5.2/linux64" -MD5SUM_x86_64="6b22482b78dba9c2711fb21a94fae78a" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.6.0/linux64" +MD5SUM_x86_64="810d8b5f835055ef302d31ff723a4cb5" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |