aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Maxwell <keith.maxwell@gmail.com>2020-05-08 17:09:53 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-05-08 16:35:58 +0000
commitab18ac7906f93bbbb71bb0479843727ee815c196 (patch)
treeda6a238ad8af2e9812f05b456c86c2cea02c54fd
parente684724101f19f1ac3254c7ce21edef077a2754a (diff)
community/httpie: upgrade to 2.1.0
https://github.com/jakubroztocil/httpie/blob/master/CHANGELOG.rst#210-2020-04-18
-rw-r--r--community/httpie/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/httpie/APKBUILD b/community/httpie/APKBUILD
index d0b90e08baf..f602eeea6d5 100644
--- a/community/httpie/APKBUILD
+++ b/community/httpie/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
# Contributor: Daniel Isaksen <d@duniel.no>
pkgname=httpie
-pkgver=2.0.0
+pkgver=2.1.0
pkgrel=0
pkgdesc="A CLI, cURL-like tool"
options="!check" # Requires 'pytest-httpbin'
@@ -30,4 +30,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="9dc516bf3f41fda2f508133eef268a1a5208ecb56ff6f767d391a72a72dfdccd00ff4456c96a0b2070cab162983cdd51444328bcbb517e111582689e6a191b59 httpie-2.0.0.tar.gz"
+sha512sums="c1ae68f0e2dbf583d69195f34563dee4403f962f7bc12f477b59f7418b42d0e2b08b79d5e240e52c163b2da96d107cf4f2bf9bb1e03d9ec328aabe71986887fb httpie-2.1.0.tar.gz"