first stab at 1.2.11
[libvirt.git] / Makefile
index 8fc9dc2..e0f4511 100644 (file)
--- 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)