From: Sebastian Kemper Date: Sun, 8 Jul 2018 08:39:37 +0000 (+0200) Subject: python-mysql: fix download URL X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9d236132c664ced34ebe7295dea0f9050b1b82d6;p=openwrt-packages.git python-mysql: fix download URL During a previous pull request the PKG_NAME was first changed and then reverted back. But the download URL was not changed accordingly. Signed-off-by: Sebastian Kemper --- diff --git a/lang/python/python-mysql/Makefile b/lang/python/python-mysql/Makefile index 5de2e1ecc..607ba914f 100644 --- a/lang/python/python-mysql/Makefile +++ b/lang/python/python-mysql/Makefile @@ -13,7 +13,7 @@ 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/$(PKG_NAME) +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/m/mysqlclient PKG_HASH:=2d9ec33de39f4d9c64ad7322ede0521d85829ce36a76f9dd3d6ab76a9c8648e5 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-mysql-$(PKG_VERSION)