diff options
author | Ebben Aries <earies@dscp.org> | 2023-10-13 08:36:48 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-14 09:00:19 +0700 |
commit | 8a5c1a2b463254c206d1026bd135adfc34c8e619 (patch) | |
tree | e03ae1321544e79deda8e71b2905aff856e79cc2 /development | |
parent | e81da83a0b72855393fa5cd5ab754a59fbeafe3b (diff) |
development/postman: Updated for version 10.19.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 2d1fbb10da887..ca6a87dca10eb 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.18.10} +VERSION=${VERSION:-10.19.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 8b9246ba7770b..80036f63e16fd 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="10.18.10" +VERSION="10.19.0" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.18.10/linux64" -MD5SUM_x86_64="cfb51b866d5091e033b3c24dd55f00ac" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.19.0/linux64" +MD5SUM_x86_64="09a8f4d69c93cc2ffa11723dea0190e2" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |