Browse Source

Merge pull request #3207 from jefferyto/zope-interface-4.3.2

zope-interface: update to 4.3.2
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
2da7f031fa
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      lang/zope-interface/Makefile

+ 4
- 4
lang/zope-interface/Makefile View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2006-2016 OpenWrt.org
# Copyright (C) 2006-2011, 2015-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=zope.interface
PKG_VERSION:=4.2.0
PKG_VERSION:=4.3.2
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://pypi.python.org/packages/ea/a3/38bdc8e8bd068ea5b4d21a2d80eca1547cd8509318e8d7c875f7247abe43
PKG_MD5SUM:=2950a6db7e985e19c7a846cc20f5d82a
PKG_SOURCE_URL:=https://pypi.python.org/packages/38/1b/d55c39f2cf442bd9fb2c59760ed058c84b57d25c680819c25f3aff741e1f
PKG_MD5SUM:=5f7e15a5bcdfa3c6c0e93ffe45caf87c
PKG_BUILD_DEPENDS:=python python-setuptools


Loading…
Cancel
Save