diff options
-rw-r--r-- | network/httpie/httpie.SlackBuild | 7 | ||||
-rw-r--r-- | network/httpie/httpie.info | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/network/httpie/httpie.SlackBuild b/network/httpie/httpie.SlackBuild index eab5b0bcfd..2219a725f2 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 7a54f603d4..937a997089 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" |