Browse Source

python3-setuptools upgrade to version 20.7.0

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 8 years ago
parent
commit
2b30456aa3
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      lang/python3-setuptools/Makefile

+ 2
- 2
lang/python3-setuptools/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=python3-setuptools
11
-PKG_VERSION:=20.2.2
11
+PKG_VERSION:=20.7.0
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/
16
-PKG_MD5SUM:=bf37191cb4c1472fb61e6f933d2006b1
16
+PKG_MD5SUM:=5d12b39bf3e75e80fdce54e44b255615
17 17
 
18 18
 PKG_LICENSE:=PSF
19 19