diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-08-30 18:46:13 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-30 18:46:13 +0300 |
commit | 37cde876996a34782d870786e5c59ca04c3458c8 (patch) | |
tree | 9cff68035c28f83c0dd2d895b017a31f0d8073e9 | |
parent | 9c7f72060513f32fd5701a29c08d90b03b6ab1d7 (diff) | |
parent | 03318e2ffacf3b2c27448f33a511053a10c9f412 (diff) |
Merge pull request #3113 from kissg1988/openpyxl
openpyxl: upgrade to version 2.4.0-b1
-rw-r--r-- | lang/openpyxl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/openpyxl/Makefile b/lang/openpyxl/Makefile index 56c744ca5..ad3d56ebf 100644 --- a/lang/openpyxl/Makefile +++ b/lang/openpyxl/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openpyxl -PKG_VERSION:=2.4.0-a1 +PKG_VERSION:=2.4.0-b1 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pypi.python.org/packages/source/o/openpyxl/ -PKG_MD5SUM:=e5ca6d23ceccb15115d45cdf26e736fc +PKG_SOURCE_URL:=https://pypi.python.org/packages/25/69/7976ba24d2b532e96157623daa8de4bbcad23e0761b3062d5e38775577d5/ +PKG_MD5SUM:=f56975d698cbfa619a8c99ddce41b142 PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk |