From 6f0593c2db779d8bc627b162063cde3206b08fb7 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 11 Dec 2016 11:53:19 +0100 Subject: [PATCH] httpie: update to 0.9.8 --- srcpkgs/httpie/template | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index 7e0e1a4f629..545474fa313 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -1,7 +1,7 @@ # Template file for 'httpie' pkgname=httpie -version=0.9.6 -revision=2 +version=0.9.8 +revision=1 noarch=yes build_style=python-module pycompile_module="httpie" @@ -9,10 +9,11 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-requests python-Pygments" short_desc="Human-friendly command line HTTP client (Python2)" maintainer="Alessio Sergi " -homepage="https://github.com/jakubroztocil/httpie" +homepage="https://httpie.org/" license="3-clause-BSD" -distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz" -checksum=a64b90f845544b654495fa9268431dfb74c14c3a855b52937517a70c812f90b1 +# distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz" +distfiles="https://github.com/jkbrzt/httpie/archive/${version}.tar.gz" +checksum=5ccc65dd8e60a9310f575c1a9600f3cc7daf8704cc88bf6c40118b3659b98dc7 alternatives="httpie:http:/usr/bin/http2" post_install() {