From ef905eba874ab8a4a67ad5ead7cb4c9a4abccf7d Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Sat, 11 Apr 2020 03:12:06 -0300 Subject: [PATCH] pex: update to 2.1.9. --- srcpkgs/pex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pex/template b/srcpkgs/pex/template index 7843044a980..7a1048f12a5 100644 --- a/srcpkgs/pex/template +++ b/srcpkgs/pex/template @@ -1,6 +1,6 @@ # Template file for 'pex' pkgname=pex -version=2.1.8 +version=2.1.9 revision=1 archs=noarch wrksrc="pex-${version}" @@ -12,7 +12,7 @@ maintainer="Daniel Santana " license="Apache-2.0" homepage="https://github.com/pantsbuild/pex" distfiles="${PYPI_SITE}/p/pex/pex-${version}.tar.gz" -checksum=64e2f8146e0c00fd50213ac01933014aadd7b00c7709e961067c4c47f37fe31f +checksum=caff0d568482b0b532ad01bba3ff0dcdc171a418af68f13fd29510906b527918 post_build() { PYTHONPATH="$PWD" make -C docs man