Browse Source

Merge pull request #3112 from kissg1988/gunicorn

gunicorn: upgrade to version 19.6.0
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
9c7f720605
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lang/gunicorn/Makefile

+ 4
- 4
lang/gunicorn/Makefile View File

@ -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


Loading…
Cancel
Save