summaryrefslogtreecommitdiffstats
path: root/network/httpie/httpie.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'network/httpie/httpie.SlackBuild')
-rw-r--r--network/httpie/httpie.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/network/httpie/httpie.SlackBuild b/network/httpie/httpie.SlackBuild
index ec0deab310..eab5b0bcfd 100644
--- a/network/httpie/httpie.SlackBuild
+++ b/network/httpie/httpie.SlackBuild
@@ -26,13 +26,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=httpie
-VERSION=${VERSION:-3.2.1}
+VERSION=${VERSION:-3.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0