aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2018-09-09 07:03:44 +0200
committerGitHub <noreply@github.com>2018-09-09 07:03:44 +0200
commit8df5991ea2d9be31e66797a6c7139034fddaefc2 (patch)
tree3b7e18f26d22792e9b8e63d169d49ce940050862 /lang
parent871785944b8d23044b74108435859cb479c6b4fa (diff)
parent98386d15f02d25833f7c87d13ffee03c8650142e (diff)
Merge pull request #6913 from cotequeiroz/certifi-2018.8.24
python-certifi: bump to 2018.8.24
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-certifi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/python-certifi/Makefile b/lang/python/python-certifi/Makefile
index 28d2bd0dc..db1b14fdd 100644
--- a/lang/python/python-certifi/Makefile
+++ b/lang/python/python-certifi/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-certifi
-PKG_VERSION:=2018.4.16
+PKG_VERSION:=2018.8.24
PKG_RELEASE:=1
PKG_LICENSE:=MPL-2.0
PKG_SOURCE:=certifi-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/4d/9c/46e950a6f4d6b4be571ddcae21e7bc846fcbb88f1de3eff0f6dd0a6be55d
-PKG_HASH:=13e698f54293db9f89122b0581843a782ad0934a4fe0172d2a980ba77fc61bb7
+PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/c/certifi
+PKG_HASH:=376690d6f16d32f9d1fe8932551d80b23e9d393a8578c5633a2ed39a64861638
PKG_BUILD_DIR:=$(BUILD_DIR)/certifi-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk