aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorJuan M. Lasca <juanmlasca@gmail.com>2023-10-09 19:16:53 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-09 19:16:53 +0700
commit0e48b16de918475fa3b4ffc6abd9e7b64d0aa163 (patch)
tree3696f937ee314b701d2ad8d54de4410b1571df3e /network
parent0f8e41f73ef0c567350cd49b103507322704f3a2 (diff)
network/httpie: Update MD5SUM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/httpie/httpie.SlackBuild7
-rw-r--r--network/httpie/httpie.info2
2 files changed, 6 insertions, 3 deletions
diff --git a/network/httpie/httpie.SlackBuild b/network/httpie/httpie.SlackBuild
index eab5b0bcfd06..2219a725f2a7 100644
--- a/network/httpie/httpie.SlackBuild
+++ b/network/httpie/httpie.SlackBuild
@@ -27,11 +27,14 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=httpie
VERSION=${VERSION:-3.2.2}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
+# Thanks to Alan Alberghini for pointing this out
+SRCNAME=cli
+
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -48,7 +51,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
-cd $PRGNAM-$VERSION
+cd $SRCNAME-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/network/httpie/httpie.info b/network/httpie/httpie.info
index 7a54f603d4b0..937a99708959 100644
--- a/network/httpie/httpie.info
+++ b/network/httpie/httpie.info
@@ -2,7 +2,7 @@ PRGNAM="httpie"
VERSION="3.2.2"
HOMEPAGE="https://httpie.io"
DOWNLOAD="https://github.com/httpie/httpie/archive/3.2.2/httpie-3.2.2.tar.gz"
-MD5SUM="ad08dfc85486744abe881af2a91dd0d6"
+MD5SUM="fd08e0001da0781a2f7038ea38ac8d08"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-multidict python3-rich python3-defusedxml PySocks requests-toolbelt"