httpie: update to 0.9.8
This commit is contained in:
parent
bf595dd929
commit
6f0593c2db
|
@ -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 <al3hex@gmail.com>"
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue