From 93129eece8bac9498dda4290ceb9dfb4a90eb01d Mon Sep 17 00:00:00 2001 From: fosslinux Date: Thu, 12 Sep 2019 19:22:33 +1000 Subject: [PATCH] python-pip: update to 19.2.3 --- srcpkgs/python-pip/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pip/template b/srcpkgs/python-pip/template index d9343158552..570081ee67b 100644 --- a/srcpkgs/python-pip/template +++ b/srcpkgs/python-pip/template @@ -1,6 +1,6 @@ # Template file for 'python-pip' pkgname=python-pip -version=18.1 +version=19.2.3 revision=1 archs=noarch wrksrc="pip-${version}" @@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools" short_desc="The PyPA recommended tool for installing PyPI packages (Python2)" maintainer="Alessio Sergi " -homepage="https://pip.pypa.io/" license="MIT" +homepage="https://pip.pypa.io/" distfiles="${PYPI_SITE}/p/pip/pip-${version}.tar.gz" -checksum=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 +checksum=e7a31f147974362e6c82d84b91c7f2bdf57e4d3163d3d454e6c3e71944d67135 alternatives="pip:pip:/usr/bin/pip2" post_install() {