network/httpie: Updated for version 3.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4683bc5dda
commit
300083f756
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue