commit 9c7f72060513f32fd5701a29c08d90b03b6ab1d7 parent 84839ce3a6468ac21214a21713158d233e03a128 Author: Hannu Nyman <hannu.nyman@iki.fi> Date: Tue, 30 Aug 2016 18:46:04 +0300 Merge pull request #3112 from kissg1988/gunicorn gunicorn: upgrade to version 19.6.0 Diffstat:
| M | lang/gunicorn/Makefile | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lang/gunicorn/Makefile b/lang/gunicorn/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gunicorn -PKG_VERSION:=19.4.5 -PKG_RELEASE=2 +PKG_VERSION:=19.6.0 +PKG_RELEASE=1 PKG_LICENSE:=MIT PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pypi.python.org/packages/source/g/gunicorn/ -PKG_MD5SUM:=ce45c2dccba58784694dd77f23d9a677 +PKG_SOURCE_URL:=https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80/ +PKG_MD5SUM:=338e5e8a83ea0f0625f768dba4597530 PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk