changelogs need to be in chronological order
[libvirt.git] / Makefile
index a07837a..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.0.4.tar.gz
-libvirt-URL2           := http://planet-lab.org/third-party/libvirt-1.0.4.tar.gz
-libvirt-SHA1SUM        := 45e74a9a4c3a88c98ac4ae5d8200ea65c42b6951
+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)
@@ -69,4 +69,3 @@ clean:
 +%: varname=$(subst +,,$@)
 +%:
                @echo "$($(varname))"
-