diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2019-04-23 11:16:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-23 11:16:18 +0300 |
commit | cd4919ef0d11ed9c20ceec74508d6ede7bd9a350 (patch) | |
tree | 5127be9ee519dad3351d7e7f9b3db289380aefd7 | |
parent | 23dcc7293594d7a01156433f667ac8aa05dadd64 (diff) | |
parent | 9b58e6bd65408805ad8e7f504d33b71f3ad0bd49 (diff) |
Merge pull request #8726 from jefferyto/python-hyperlink-19.0.0
python-hyperlink: Update to 19.0.0
-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) |