diff options
author | Ebben Aries <earies@dscp.org> | 2023-02-03 12:26:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 06:54:30 +0700 |
commit | a89a3904977ac8cb684d429b2ac4a086c124e71e (patch) | |
tree | 021ed946a567dae98ee98a9700490647fb18cb53 /development | |
parent | de4e81e21c7ea8dfe734b86322e292f50dc14e25 (diff) |
development/postman: Updated for version 10.9.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 d90a7610a544e..7b14e24e82013 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.8.0} +VERSION=${VERSION:-10.9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index 01ce0253609dd..8f32659c813f2 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="10.8.0" +VERSION="10.9.0" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.8.0/linux64" -MD5SUM_x86_64="66707eef337e861803e7ea6943cc84a8" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.9.0/linux64" +MD5SUM_x86_64="38e56cf02245b9d070b59f77e65c65d9" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |