diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-29 15:20:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:56 +0000 |
commit | 81a06c379f1fb295c5d7b7110d5b983d1b805b38 (patch) | |
tree | 564757a53b596110b3ea42c9b1a12cc0efc82b4e | |
parent | be925e4832b8718d567a37685190595cf658bd5a (diff) | |
download | aports-81a06c379f1fb295c5d7b7110d5b983d1b805b38.tar.bz2 aports-81a06c379f1fb295c5d7b7110d5b983d1b805b38.tar.xz |
community/httpie: rebuild against python 3.8
-rw-r--r-- | community/httpie/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/httpie/APKBUILD b/community/httpie/APKBUILD index fe41cb43be..5677095f5e 100644 --- a/community/httpie/APKBUILD +++ b/community/httpie/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Daniel Isaksen <d@duniel.no> pkgname=httpie pkgver=1.0.3 -pkgrel=0 +pkgrel=1 pkgdesc="A CLI, cURL-like tool" url="https://httpie.org/" arch="noarch" |