diff options
author | Jeffery To <jeffery.to@gmail.com> | 2019-04-19 16:28:46 +0800 |
---|---|---|
committer | Jeffery To <jeffery.to@gmail.com> | 2019-04-19 16:28:46 +0800 |
commit | 9b58e6bd65408805ad8e7f504d33b71f3ad0bd49 (patch) | |
tree | dc50820ace3f247f1dd8080a5c91cb1dea59e524 | |
parent | 949796044ce23abdfa5b7ca20a35adf2cbed609e (diff) |
python-hyperlink: Update to 19.0.0
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
-rw-r--r-- | lang/python/python-hyperlink/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-hyperlink/Makefile b/lang/python/python-hyperlink/Makefile index 80b2b44d3..fafe5b0f2 100644 --- a/lang/python/python-hyperlink/Makefile +++ b/lang/python/python-hyperlink/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-hyperlink -PKG_VERSION:=18.0.0 +PKG_VERSION:=19.0.0 PKG_RELEASE:=1 PKG_SOURCE:=hyperlink-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/h/hyperlink -PKG_HASH:=f01b4ff744f14bc5d0a22a6b9f1525ab7d6312cb0ff967f59414bbac52f0a306 +PKG_HASH:=4288e34705da077fada1111a24a0aa08bb1e76699c9ce49876af722441845654 PKG_BUILD_DIR:=$(BUILD_DIR)/$(BUILD_VARIANT)-hyperlink-$(PKG_VERSION) |