From 3b44caf10e7d7868f66409abbc79fced8134dfa6 Mon Sep 17 00:00:00 2001 From: Gergely Kiss Date: Tue, 30 Aug 2016 12:27:44 +0200 Subject: [PATCH] gunicorn: upgrade to version 19.6.0 Signed-off-by: Gergely Kiss --- lang/gunicorn/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/gunicorn/Makefile b/lang/gunicorn/Makefile index 952104807..efdf9f4ad 100644 --- 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