From 2b8c0de7775abc82523a128dd226d57dbfb5f4b2 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Mon, 30 Jan 2012 12:18:47 -0500 Subject: [PATCH] Updated makefile to devel version of Openvswitch sources --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.43.0