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/postman.SlackBuild | |
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/postman.SlackBuild')
-rw-r--r-- | development/postman/postman.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/postman/postman.SlackBuild b/development/postman/postman.SlackBuild index 7c266edda7..6fd9479c62 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} |