diff options
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 6f64991f55b16..ab44a967a4304 100644 --- a/development/postman/postman.SlackBuild +++ b/development/postman/postman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Postman -# Copyright 2018-2023 Ebben Aries <slackbuilds@dscp.org> +# Copyright 2018-2024 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postman SRCDIR=Postman SRCNAM=linux -VERSION=${VERSION:-10.21.0} +VERSION=${VERSION:-10.22.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |