python-pex: update to 1.6.7.

This commit is contained in:
Daniel Santana 2019-05-16 19:55:18 -03:00 committed by Helmut Pozimski
parent adbbd8472d
commit 89fa8dd68a

View file

@ -1,6 +1,6 @@
# Template file for 'python-pex' # Template file for 'python-pex'
pkgname=python-pex pkgname=python-pex
version=1.6.6 version=1.6.7
revision=1 revision=1
archs=noarch archs=noarch
wrksrc="pex-${version}" wrksrc="pex-${version}"
@ -13,7 +13,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://github.com/pantsbuild/pex" homepage="https://github.com/pantsbuild/pex"
distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz"
checksum=ca887bedc9c6e0eab72fcb4c20eda8fff975d06b75993a85ee1dfc763ba38e86 checksum=dc95eed8047a6644a21b9814841efb31447aaeae587c3835c9262db29007e3c1
alternatives=" alternatives="
pex:pex:/usr/bin/pex2 pex:pex:/usr/bin/pex2
pex:pex.1:/usr/share/man/man1/pex2.1" pex:pex.1:/usr/share/man/man1/pex2.1"