aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-12-21 17:14:41 +0200
committerGitHub <noreply@github.com>2018-12-21 17:14:41 +0200
commitd56d13e9ecf377192b4109d1af072ec020aed9eb (patch)
treef12754848bd85718587b098d3859c0abf7fc2a62 /lang
parenta008f9cac124e6294ed142e0e2d8bfea3d0c305f (diff)
parent019bcd9780afe6d059220475502c7d4ebaeb1eec (diff)
Merge pull request #7709 from neheb/patch-14
python-mysql: Update to 1.3.14
Diffstat (limited to 'lang')
-rw-r--r--lang/python/python-mysql/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/python-mysql/Makefile b/lang/python/python-mysql/Makefile
index 01a06a5b4..a56bfc308 100644
--- a/lang/python/python-mysql/Makefile
+++ b/lang/python/python-mysql/Makefile
@@ -8,14 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-mysql
-PKG_VERSION:=1.3.13
+PKG_VERSION:=1.3.14
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0
PKG_SOURCE:=mysqlclient-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/m/mysqlclient
-PKG_HASH:=ff8ee1be84215e6c30a746b728c41eb0701a46ca76e343af445b35ce6250644f
-
+PKG_HASH:=3981ae9ce545901a36a8b7aed76ed02960a429f75dc53b7ad77fb2f9ab7cd56b
PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-mysql-$(PKG_VERSION)
include $(INCLUDE_DIR)/package.mk