# HG changeset patch # User Hans-G?nter Theisgen # Date 1582734505 -3600 # Node ID 4484d051fe782e121d4899668adc94e213832551 # Parent 4636144009a93d03a558441e7a104c39632e0039 updated httpie (1.0.2 -> 2.0.0) diff -r 4636144009a9 -r 4484d051fe78 httpie/receipt --- a/httpie/receipt Wed Feb 26 17:18:54 2020 +0100 +++ b/httpie/receipt Wed Feb 26 17:28:25 2020 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="httpie" -VERSION="1.0.2" +VERSION="2.0.0" CATEGORY="network" -SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement." +SHORT_DESC="A command line HTTP client, a user-friendly cURL replacement." MAINTAINER="al.bobylev@gmail.com" LICENSE="BSD" WEB_SITE="https://httpie.org/" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz" -DEPENDS="python-requests python-pygments" +DEPENDS="python-pygments python-requests" BUILD_DEPENDS="python-setuptools" # Rules to configure and make the package. @@ -23,5 +23,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs }