knock: bump to version 0.7
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 16 Jun 2014 17:13:53 +0000 (14:13 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Wed, 18 Jun 2014 12:10:24 +0000 (14:10 +0200)
Bump knock to version 0.7 and switch away from a git snapshot, it's
nicer and avoids the need to autoreconf.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/knock/knock.mk

index e4a3d3c1764906a95618f1d73f3536afd31c5810..8d2b41e859f4d6eb96fe8e020a5c2b1cbc242654 100644 (file)
@@ -4,11 +4,10 @@
 #
 ################################################################################
 
-KNOCK_VERSION = 7ce33cd553800f48f16b3bb70b9cd0f1310d2c18
-KNOCK_SITE = $(call github,jvinet,knock,$(KNOCK_VERSION))
+KNOCK_VERSION = 0.7
+KNOCK_SITE = http://www.zeroflux.org/proj/knock/files
 KNOCK_LICENSE = GPLv2+
 KNOCK_LICENSE_FILES = COPYING
-KNOCK_AUTORECONF = YES
 KNOCK_DEPENDENCIES = libpcap
 
 $(eval $(autotools-package))