From 68577639eaacd79dab614cfa4df699c7c2bf049a Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 3 Jan 2016 00:39:53 +0100 Subject: [PATCH] httpie: update to 0.9.3 --- srcpkgs/httpie/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/httpie/template b/srcpkgs/httpie/template index a1f2e4c0f4..cc63c2b7ca 100644 --- a/srcpkgs/httpie/template +++ b/srcpkgs/httpie/template @@ -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 " 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 +}