diff options
author | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-04-08 17:37:14 -0300 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-05-08 11:44:34 -0300 |
commit | 8c609f878df88505ee33fecf2f363ce85db17709 (patch) | |
tree | 7e9b94813acfd8668138febf05a2720576228a80 /lang/python | |
parent | 8b06605d646479ffed90cf407acf7c268600141b (diff) |
python-certifi: bump to 2020.4.5.1, update email
Besides the version bump, maintainer e-mail address was updated.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/python-certifi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python/python-certifi/Makefile b/lang/python/python-certifi/Makefile index aa4f42673..eb85c795d 100644 --- a/lang/python/python-certifi/Makefile +++ b/lang/python/python-certifi/Makefile @@ -6,15 +6,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-certifi -PKG_VERSION:=2019.11.28 -PKG_RELEASE:=2 +PKG_VERSION:=2020.4.5.1 +PKG_RELEASE:=1 -PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com> +PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com> PKG_LICENSE:=MPL-2.0 PKG_LICENSE_FILES:=LICENSE PYPI_NAME:=certifi -PKG_HASH:=25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f +PKG_HASH:=51fcb31174be6e6664c5f69e3e1691a2d72a1a12e90f872cbdb1567eb47b6519 include ../pypi.mk include $(INCLUDE_DIR)/package.mk |