macchanger: bump to version 1.6.0

Also switch the homepage, it's not a proper one but at least it's no
longer a 404.
The license is now GPLv2+ but there's no COPYING file.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-03-10 17:26:31 -03:00 committed by Peter Korsgaard
parent c49a3d7905
commit 2310c598b0
2 changed files with 3 additions and 4 deletions

View File

@ -4,4 +4,4 @@ config BR2_PACKAGE_MACCHANGER
A GNU/Linux utility for viewing/manipulating the MAC address of
network interfaces
http://www.alobbs.com/macchanger
http://www.gnu.org/software/macchanger

View File

@ -4,9 +4,8 @@
#
################################################################################
MACCHANGER_VERSION = 1.5.0
MACCHANGER_VERSION = 1.6.0
MACCHANGER_SITE = $(BR2_GNU_MIRROR)/macchanger
MACCHANGER_LICENSE = GPLv2
MACCHANGER_LICENSE_FILES = COPYING
MACCHANGER_LICENSE = GPLv2+
$(eval $(autotools-package))