[arch-commits] Commit in httpie/trunk (PKGBUILD)
Daurnimator
daurnimator at archlinux.org
Sat Apr 18 12:52:27 UTC 2020
Date: Saturday, April 18, 2020 @ 12:52:26
Author: daurnimator
Revision: 616068
upgpkg: httpie 2.1.0-1
Modified:
httpie/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-18 12:34:01 UTC (rev 616067)
+++ PKGBUILD 2020-04-18 12:52:26 UTC (rev 616068)
@@ -3,8 +3,8 @@
# Contributor: Thomas Weißschuh <thomas_weissschuh lavabit com>
pkgname=httpie
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.1.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=('67a017fd43498dc1da507622367bdb5cceef3222')
+sha1sums=('60ded1330bcc2c4342dce341c6285bb117aef149')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list