From: Sapan Bhatia Date: Mon, 30 Jan 2012 17:18:47 +0000 (-0500) Subject: Updated makefile to devel version of Openvswitch sources X-Git-Tag: openvswitch-1.2-1~8 X-Git-Url: http://git.onelab.eu/?p=openvswitch.git;a=commitdiff_plain;h=2b8c0de7775abc82523a128dd226d57dbfb5f4b2 Updated makefile to devel version of Openvswitch sources --- diff --git a/Makefile b/Makefile index 5a87e24..abdaf05 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,8 @@ WEBFETCH := wget SHA1SUM := sha1sum ALL += openvswitch -openvswitch-URL := http://openvswitch.org/releases/openvswitch-1.3.0.tar.gz -openvswitch-SHA1SUM := 9e42a66386851272eb247460d3cedd5ec92473a7 +openvswitch-URL := "http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=snapshot;h=ef72dd87d6ad4e511d1e0bddc31d4716f0914fab;sf=tgz" +openvswitch-SHA1SUM := 74c41cb4bd95df3ad3567c5c8bca7624d7e7b534 openvswitch := $(notdir $(openvswitch-URL)) all: $(ALL)