X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=blobdiff_plain;f=Makefile;h=7c1549b731a1f1c1a3f1e47904254189f45bc097;hp=8d1dc12f3646f04d6b168a98b88acd473ebc3ea2;hb=72ef7975ab00dc3737f834f0cea2c531c5db23cf;hpb=c5386ecb56b57eb74df99ce49671557163d252e0 diff --git a/Makefile b/Makefile index 8d1dc12..7c1549b 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ SHA1SUM := sha1sum # tried to download this on the fly using git archive at git://libvirt.org/libvirt.git # but it feels like git archive is not supported/allowed there ALL += libvirt -libvirt-URL1 := http://mirror.onelab.eu/third-party/libvirt-1.2.1.tar.gz -libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.1.tar.gz -libvirt-SHA1SUM := ea8e237e0df9f1828ff4a7a649c42aa45af7ecd7 +libvirt-URL1 := http://mirror.onelab.eu/third-party/libvirt-1.2.3.tar.gz +libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.3.tar.gz +libvirt-SHA1SUM := 36763621a430674312fdd08a9c367517e9a2e82e libvirt := $(notdir $(libvirt-URL1)) all: $(ALL)