network/httpie: Updated for version 3.2.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Juan M. Lasca 2023-07-08 02:17:08 +07:00 committed by Willy Sudiarto Raharjo
parent 4683bc5dda
commit 300083f756
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -1,8 +1,8 @@
PRGNAM="httpie"
VERSION="3.2.1"
VERSION="3.2.2"
HOMEPAGE="https://httpie.io"
DOWNLOAD="https://github.com/httpie/httpie/archive/3.2.1/httpie-3.2.1.tar.gz"
MD5SUM="148fa177c1e1beb692c78051aef83ba7"
DOWNLOAD="https://github.com/httpie/httpie/archive/3.2.2/httpie-3.2.2.tar.gz"
MD5SUM="ad08dfc85486744abe881af2a91dd0d6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-multidict python3-rich python3-defusedxml PySocks requests-toolbelt"