# HG changeset patch # User Hans-G?nter Theisgen # Date 1552314391 -3600 # Node ID 766666b48ea1fa97c4922730fc6b1f91f236161f # Parent d079070599f5a79b8181ea6761d22860e34d99bf updated httpie (0.8.0 -> 1.0.2) diff -r d079070599f5 -r 766666b48ea1 httpie/receipt --- a/httpie/receipt Mon Mar 11 14:30:56 2019 +0100 +++ b/httpie/receipt Mon Mar 11 15:26:31 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="httpie" -VERSION="0.8.0" +VERSION="1.0.2" CATEGORY="network" -SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement" +SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement." MAINTAINER="al.bobylev@gmail.com" LICENSE="BSD" WEB_SITE="https://httpie.org/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz" DEPENDS="python-requests python-pygments setuptools" -BUILD_DEPENDS="setuptools wget" +BUILD_DEPENDS="setuptools" # Rules to configure and make the package. compile_rules()