diff options
-rw-r--r-- | recipes-devtools/python/gunicorn_20.0.4.bb (renamed from recipes-devtools/python/gunicorn_19.1.1.bb) | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-devtools/python/gunicorn_19.1.1.bb b/recipes-devtools/python/gunicorn_20.0.4.bb index 5c8ea484..41c909c5 100644 --- a/recipes-devtools/python/gunicorn_19.1.1.bb +++ b/recipes-devtools/python/gunicorn_20.0.4.bb | |||
@@ -6,10 +6,11 @@ DESCRIPTION = "\ | |||
6 | simply implemented, light on server resource usage, and fairly speedy. \ | 6 | simply implemented, light on server resource usage, and fairly speedy. \ |
7 | " | 7 | " |
8 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=19a2e253a273e390cd1b91d19b6ee236" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f75f3fb94cdeab1d607e2adaa6077752" |
10 | 10 | ||
11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" | 11 | SRC_URI = "https://pypi.python.org/packages/source/g/gunicorn/${BPN}-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "eaa72bff5341c05169b76ce3dcbb8140" | ||
13 | SRC_URI[sha256sum] = "82715511fb6246fad4ba66d812eb93416ae8371b464fa88bf3867c9c177daa14" | ||
14 | 12 | ||
15 | inherit setuptools | 13 | SRC_URI[md5sum] = "543669fcbb5739ee2af77184c5e571a1" |
14 | SRC_URI[sha256sum] = "1904bb2b8a43658807108d59c3f3d56c2b6121a701161de0ddf9ad140073c626" | ||
15 | |||
16 | inherit setuptools3 | ||