diff options
author | Ebben Aries <earies@dscp.org> | 2024-04-10 07:42:16 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-13 22:03:40 +0700 |
commit | 9a82ed6f93a0e1207c3254d8888aa66eb3db215d (patch) | |
tree | 01ca38822c9706c418abfb61c83fe2483ac69515 /development | |
parent | 63451612fd6cfb1029744d42187786eb02435ad5 (diff) |
development/postman: Updated for version 10.24.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 20d5b20d72688..6028f10d9bccc 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.24.3} +VERSION=${VERSION:-10.24.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index de2c80d9ab04b..05c011c7f7b8c 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="10.24.3" +VERSION="10.24.16" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.24.3/linux64" -MD5SUM_x86_64="bc0853c4398db6e01331e1e024a84300" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.24.16/linux64" +MD5SUM_x86_64="75fc2abf7e2115e05567f61145c49600" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |