Date: Saturday, February 6, 2021 @ 19:05:09 Author: jelle Revision: 847027
upgpkg: httpie 2.4.0-1 Modified: httpie/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-06 18:59:47 UTC (rev 847026) +++ PKGBUILD 2021-02-06 19:05:09 UTC (rev 847027) @@ -4,8 +4,8 @@ # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com> pkgname=httpie -pkgver=2.3.0 -pkgrel=4 +pkgver=2.4.0 +pkgrel=1 pkgdesc="cURL for humans" url="https://github.com/jakubroztocil/httpie" depends=('python-requests' @@ -19,7 +19,7 @@ license=('BSD') arch=('any') source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz") -sha1sums=('f25005e2c1cf1c5031e26bc6a4d00820df8b77f5') +sha1sums=('9d3164c16988e2b8c83f64f76f8abbc2b4667369') build() { cd $pkgname-$pkgver
