Commit 2310c598 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

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: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent c49a3d79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+2 −3
Original line number Diff line number Diff line
@@ -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))