wok diff httpie/receipt @ rev 21259

updated libmowgli and libmowgli-dev (2.0.0 -> 2.1.3)
author Hans-G?nter Theisgen
date Fri Apr 12 11:33:57 2019 +0100 (2019-04-12)
parents a78610b2eb47
children 240fb3120638
line diff
     1.1 --- a/httpie/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/httpie/receipt	Fri Apr 12 11:33:57 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="httpie"
     1.7 -VERSION="0.8.0"
     1.8 +VERSION="1.0.2"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement"
    1.11 +SHORT_DESC="HTTPie is a command line HTTP client, a user-friendly cURL replacement."
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://httpie.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/jakubroztocil/$PACKAGE/archive/$VERSION.tar.gz"
    1.18  
    1.19  DEPENDS="python-requests python-pygments setuptools"
    1.20 -BUILD_DEPENDS="setuptools wget"
    1.21 +BUILD_DEPENDS="setuptools"
    1.22  
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()