mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
httpie: update to 0.9.8
This commit is contained in:
parent
bf595dd929
commit
6f0593c2db
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'httpie'
|
# Template file for 'httpie'
|
||||||
pkgname=httpie
|
pkgname=httpie
|
||||||
version=0.9.6
|
version=0.9.8
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="httpie"
|
pycompile_module="httpie"
|
||||||
|
@ -9,10 +9,11 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-requests python-Pygments"
|
depends="python-setuptools python-requests python-Pygments"
|
||||||
short_desc="Human-friendly command line HTTP client (Python2)"
|
short_desc="Human-friendly command line HTTP client (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/jakubroztocil/httpie"
|
homepage="https://httpie.org/"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
# distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
|
||||||
checksum=a64b90f845544b654495fa9268431dfb74c14c3a855b52937517a70c812f90b1
|
distfiles="https://github.com/jkbrzt/httpie/archive/${version}.tar.gz"
|
||||||
|
checksum=5ccc65dd8e60a9310f575c1a9600f3cc7daf8704cc88bf6c40118b3659b98dc7
|
||||||
alternatives="httpie:http:/usr/bin/http2"
|
alternatives="httpie:http:/usr/bin/http2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue