diff mbox

[PATCHv2] arptables: bump to version 0.0.4

Message ID 1357993124-13197-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 7b98b094aa182b110deec122969bd53d4bda8cb2
Headers show

Commit Message

Gustavo Zacarias Jan. 12, 2013, 12:18 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/arptables/arptables.mk | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard Jan. 12, 2013, 8:02 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
 Gustavo> ---
 Gustavo>  package/arptables/arptables.mk | 6 +++---
 Gustavo>  1 file changed, 3 insertions(+), 3 deletions(-)

Committed, thanks.
diff mbox

Patch

diff --git a/package/arptables/arptables.mk b/package/arptables/arptables.mk
index dac5ca4..bf68670 100644
--- a/package/arptables/arptables.mk
+++ b/package/arptables/arptables.mk
@@ -4,10 +4,10 @@ 
 #
 #############################################################
 
-ARPTABLES_VERSION = 0.0.3
-ARPTABLES_VERSION_MINOR = 4
-ARPTABLES_SOURCE = arptables-v$(ARPTABLES_VERSION)-$(ARPTABLES_VERSION_MINOR).tar.gz
+ARPTABLES_VERSION = 0.0.4
+ARPTABLES_SOURCE = arptables-v$(ARPTABLES_VERSION).tar.gz
 ARPTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/arptables/arptables-v$(ARPTABLES_VERSION)
+ARPTABLES_LICENSE = GPLv2+
 
 define ARPTABLES_BUILD_CMDS
 	$(MAKE) -C $(@D) \