diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2019-06-16 21:45:27 -0300 |
---|---|---|
committer | Eneas Queiroz <cote2004-github@yahoo.com> | 2019-06-17 16:18:10 -0300 |
commit | 0b781fd23bfa1fd4cfe5128642c3723b134ace36 (patch) | |
tree | a1245fb2feeaafd4c9701a80990821a972f540d4 /lang/python/python-certifi | |
parent | f99bf951b915336c015a3528fff8f9c4bc22cddf (diff) |
python-certifi: bump to 2019.6.16
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'lang/python/python-certifi')
-rw-r--r-- | lang/python/python-certifi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-certifi/Makefile b/lang/python/python-certifi/Makefile index d9d9d64a7..5ee031944 100644 --- a/lang/python/python-certifi/Makefile +++ b/lang/python/python-certifi/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-certifi -PKG_VERSION:=2019.3.9 -PKG_RELEASE:=2 +PKG_VERSION:=2019.6.16 +PKG_RELEASE:=1 PKG_MAINTAINER:=Eneas U de Queiroz <cote2004-github@yahoo.com> PKG_LICENSE:=MPL-2.0 @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=certifi-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/certifi -PKG_HASH:=b26104d6835d1f5e49452a26eb2ff87fe7090b89dfcaee5ea2212697e1e1d7ae +PKG_HASH:=945e3ba63a0b9f577b1395204e13c3a231f9bc0223888be653286534e5873695 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-certifi-$(PKG_VERSION) |