aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-02-07 18:56:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-02-07 20:41:16 +0000
commit607a9f6dc8c3d8da7f5c4362b6506dcea4b083c9 (patch)
tree7a73e73b736e4b78f2f9c75e74a91d7a5a0141ea
parentf690a52a0ef9ec394db16ad2bcc52f0bbc04efc6 (diff)
community/httpie: upgrade to 2.4.0
-rw-r--r--community/httpie/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/httpie/APKBUILD b/community/httpie/APKBUILD
index 25455e975e0..07efde5d23f 100644
--- a/community/httpie/APKBUILD
+++ b/community/httpie/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
# Contributor: Daniel Isaksen <d@duniel.no>
pkgname=httpie
-pkgver=2.3.0
-pkgrel=1
+pkgver=2.4.0
+pkgrel=0
pkgdesc="CLI, cURL-like tool"
options="!check" # Requires 'pytest-httpbin'
url="https://httpie.org/"
@@ -30,4 +30,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="8705a8a238e96face2d8651f807fa8132f1a99a72dad6939500d301b05b94efb54a4ca39b456e7a08e74c243ddd519d76ddfff75038e4fe2560f664f80eef1d2 httpie-2.3.0.tar.gz"
+sha512sums="ebe5754df7859479e5f10bb31b702a2b91c8efffbb7438564343ecb478b5e1c13d4643a3f087a693749e84d5830bb346ba2830847f00b8ee2c3e2467bdcb2e42 httpie-2.4.0.tar.gz"