summaryrefslogtreecommitdiffstats
path: root/network/httpie/httpie.SlackBuild
diff options
context:
space:
mode:
author Juan M. Lasca2023-07-07 21:17:08 +0200
committer Willy Sudiarto Raharjo2023-07-07 21:17:08 +0200
commit300083f756f3855ad7a67a0d66748f2a644962b5 (patch)
tree6108e696fa79e3cbbd3ce01f6fa43c55fe2c5a89 /network/httpie/httpie.SlackBuild
parent4683bc5dda2095990dc6018e7734d258dfb118c6 (diff)
downloadslackbuilds-300083f756f3855ad7a67a0d66748f2a644962b5.tar.gz
network/httpie: Updated for version 3.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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