Date: Thursday, October 29, 2020 @ 12:53:06 Author: daurnimator Revision: 736502
upgpkg: httpie 2.3.0-1 Modified: httpie/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-29 12:08:52 UTC (rev 736501) +++ PKGBUILD 2020-10-29 12:53:06 UTC (rev 736502) @@ -3,8 +3,8 @@ # Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com> pkgname=httpie -pkgver=2.2.0 -pkgrel=2 +pkgver=2.3.0 +pkgrel=1 pkgdesc="cURL for humans" url="https://github.com/jakubroztocil/httpie" depends=('python-requests' 'python-pygments' 'python-setuptools') @@ -14,7 +14,7 @@ license=('BSD') arch=('any') source=($pkgname-$pkgver.tar.gz::"https://github.com/jakubroztocil/httpie/archive/$pkgver.tar.gz") -sha1sums=('361033d7e8575c5adeaf37acc445f3d0530e51d7') +sha1sums=('f25005e2c1cf1c5031e26bc6a4d00820df8b77f5') build() { cd $pkgname-$pkgver
