X-Git-Url: http://git.onelab.eu/?p=libvirt.git;a=blobdiff_plain;f=Makefile;h=e0f45112c24ffc626af4506702b5c68e6b2644c0;hp=8fc9dc219552bea4bcde4b23e818f55fd001df1a;hb=e5b0c8c44217264bea08a73cc463f13e887057db;hpb=d5d66c011192e9c828a50c652e3b49ba08dba256 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)