Browse Source

python-setuptools: upgrade to version 18.5

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 9 years ago
parent
commit
7730c9f5fa
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python-setuptools/Makefile

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

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-setuptools
PKG_VERSION:=18.3.1
PKG_VERSION:=18.5
PKG_RELEASE:=1
PKG_SOURCE:=setuptools-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/s/setuptools/
PKG_MD5SUM:=748187b93152fa60287dfb896837fd7c
PKG_MD5SUM:=533c868f01169a3085177dffe5e768bb
PKG_BUILD_DIR:=$(BUILD_DIR)/setuptools-$(PKG_VERSION)


Loading…
Cancel
Save