diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 15:55:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:38 +0000 |
commit | fac9f2457f8ca329d3d23182dcedec84e24607ea (patch) | |
tree | 4af8cdd61522ce1ce53b60807389d2b69f001d57 /testing/py3-httpbin/APKBUILD | |
parent | acd55b08b19c1c97224817a9479ecbe7d4415f08 (diff) | |
download | aports-fac9f2457f8ca329d3d23182dcedec84e24607ea.tar.bz2 aports-fac9f2457f8ca329d3d23182dcedec84e24607ea.tar.xz |
testing/py3-httpbin: rebuild against python 3.8
Diffstat (limited to 'testing/py3-httpbin/APKBUILD')
-rw-r--r-- | testing/py3-httpbin/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-httpbin/APKBUILD b/testing/py3-httpbin/APKBUILD index 88342d7e54..b86aa3951b 100644 --- a/testing/py3-httpbin/APKBUILD +++ b/testing/py3-httpbin/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-httpbin _pyname=httpbin pkgver=0.7.0 -pkgrel=0 +pkgrel=1 pkgdesc="HTTP Request and Response Service" url=https://github.com/postmanlabs/httpbin arch="noarch" |