From: Maxime Hadjinlian Date: Sun, 26 Jul 2015 20:38:36 +0000 (+0200) Subject: python-dpkt: Bump version and change site X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f38b397c886472169fdb1ad8594024eb7cc538c;p=buildroot.git python-dpkt: Bump version and change site Google Code is a closing forge, python-dpkt has already made the move to Github. Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-dpkt/python-dpkt.mk b/package/python-dpkt/python-dpkt.mk index fb630fbcb3..301550247b 100644 --- a/package/python-dpkt/python-dpkt.mk +++ b/package/python-dpkt/python-dpkt.mk @@ -4,9 +4,8 @@ # ################################################################################ -PYTHON_DPKT_VERSION = 1.7 -PYTHON_DPKT_SOURCE = dpkt-$(PYTHON_DPKT_VERSION).tar.gz -PYTHON_DPKT_SITE = http://dpkt.googlecode.com/files +PYTHON_DPKT_VERSION = 1.8.r98 +PYTHON_DPKT_SITE = $(call github,kbandla,dpkt,$(PYTHON_DPKT_VERSION)) PYTHON_DPKT_SETUP_TYPE = distutils PYTHON_DPKT_LICENSE = BSD-3c PYTHON_DPKT_LICENSE_FILES = LICENSE