X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=7c1549b731a1f1c1a3f1e47904254189f45bc097;hb=HEAD;hp=8fc9dc219552bea4bcde4b23e818f55fd001df1a;hpb=477131c918c007cd412a73be051a94c280f6d14d;p=libvirt.git diff --git a/Makefile b/Makefile index 8fc9dc2..e0f4511 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.5.tar.gz -libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.5.tar.gz -libvirt-SHA1SUM := 9153e2ea312b56be3bb16ab942ec07fd3e15cce9 +libvirt-URL1 := http://mirror.onelab.eu/third-party/libvirt-1.2.11.tar.gz +libvirt-URL2 := http://planet-lab.org/third-party/libvirt-1.2.11.tar.gz +libvirt-SHA1SUM := d2a2f09fb06c6142e4160124ed6854d5e52592d5 libvirt := $(notdir $(libvirt-URL1)) all: $(ALL)