httpie: update to 0.9.3

This commit is contained in:
Alessio Sergi 2016-01-03 00:39:53 +01:00
parent ab0ff98a73
commit 68577639ea

View file

@ -1,7 +1,7 @@
# Template file for 'httpie'
pkgname=httpie
version=0.9.2
revision=2
version=0.9.3
revision=1
noarch=yes
build_style=python-module
hostmakedepends="python-setuptools"
@ -12,4 +12,8 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/jakubroztocil/httpie"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/h/httpie/httpie-${version}.tar.gz"
checksum=af3982d41743d986608f1fe6e437d0493df227993c7edf013cc1d61883d40d68
checksum=30a8ff2a72b75cb6033cc84f5b76c336999f91c325f169e78dc6339351ee7f4b
post_install() {
vlicense LICENSE
}