diff options
author | Ebben Aries <exa@dscp.org> | 2021-01-24 11:42:06 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-01-30 10:28:48 +0700 |
commit | 5725383cd49ff18f649df8d1811f1a2493b59a04 (patch) | |
tree | 588f58484ccc2b8098713f4ef174936df240cb2d /development/postman | |
parent | 153ed8de4a40b97bf016ecd15b3794cae14aeab1 (diff) |
development/postman: Updated for version 8.0.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/postman')
-rw-r--r-- | development/postman/postman.SlackBuild | 4 | ||||
-rw-r--r-- | development/postman/postman.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/postman/postman.SlackBuild b/development/postman/postman.SlackBuild index 7c266edda7a6..6fd9479c6239 100644 --- a/development/postman/postman.SlackBuild +++ b/development/postman/postman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Postman -# Copyright 2018, 2019 Ebben Aries <e@dscp.org> +# Copyright 2018-2021 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=postman SRCDIR=Postman SRCNAM=linux -VERSION=${VERSION:-7.36.0} +VERSION=${VERSION:-8.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/postman/postman.info b/development/postman/postman.info index a65b687b3d5a..9fde411a3dd2 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="7.36.0" +VERSION="8.0.1" HOMEPAGE="https://www.getpostman.com" -DOWNLOAD="https://dl.pstmn.io/download/version/7.36.0/linux64" -MD5SUM="5e9b7bae7caaaa197730b685695a2360" +DOWNLOAD="https://dl.pstmn.io/download/version/8.0.1/linux64" +MD5SUM="bf4aba4ff1a998067785b6e395ed7519" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Ebben Aries" -EMAIL="e@dscp.org" +EMAIL="slackbuilds@dscp.org" |