diff options
author | Ebben Aries <e@dscp.org> | 2019-03-02 08:15:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:10 +0700 |
commit | 100c56190bf884335cea7c9a516b70bbc2e33b61 (patch) | |
tree | e73eecc3c2aead79d637bded0d902d44d21dc7ff /development/postman/postman.SlackBuild | |
parent | b505571f4576d85bd3dcd0fdf4c4110af4f47d71 (diff) |
development/postman: Updated for version 6.7.4.
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 f33324c39e76b..adccafee3df31 100644 --- a/development/postman/postman.SlackBuild +++ b/development/postman/postman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Postman -# Copyright 2018 Ebben Aries <e@dscp.org> +# Copyright 2018, 2019 Ebben Aries <e@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:-6.7.3} +VERSION=${VERSION:-6.7.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |