diff options
author | Ebben Aries <earies@dscp.org> | 2024-03-17 10:49:03 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-19 11:05:23 +0700 |
commit | e9c403e56495acddb9f4f823fd84f64b2fef2ae8 (patch) | |
tree | 019ea2b567fd0cf942b4ad0f553e63c0a2c5ab8a /development | |
parent | 7350dd99cc6a07f7f559235203583bdc34b0ee7e (diff) |
development/postman: Updated for version 10.24.3
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 a029823b3b40c..20d5b20d72688 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.23.9} +VERSION=${VERSION:-10.24.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 4c7b31d3237c3..de2c80d9ab04b 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="10.23.9" +VERSION="10.24.3" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.23.9/linux64" -MD5SUM_x86_64="7c14021cc6431d85cb8aec0c19192b18" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.24.3/linux64" +MD5SUM_x86_64="bc0853c4398db6e01331e1e024a84300" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |