Browse Source

Merge pull request #2481 from commodo/python-pip-upgrade

python-pip: upgrade to version 8.1.0
lilik-openwrt-22.03
Hannu Nyman 8 years ago
parent
commit
fffe97c8dd
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python-pip/Makefile

+ 3
- 3
lang/python-pip/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-pip
PKG_VERSION:=7.1.2
PKG_RELEASE:=3
PKG_VERSION:=8.1.0
PKG_RELEASE:=1
PKG_SOURCE:=pip-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/source/p/pip/
PKG_MD5SUM:=3823d2343d9f3aaab21cf9c917710196
PKG_MD5SUM:=e9c3844db343f47d16040b32ad9072be
PKG_BUILD_DIR:=$(BUILD_DIR)/pip-$(PKG_VERSION)
PKG_USE_MIPS16:=0


Loading…
Cancel
Save