X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=2e9768bc9d175114f971dee0795c4d037b255443;hb=15a20a76829f59448795431825c11c4fcb658a0e;hp=c6db35c3c3f64b47f286ccaf1d3f0fa165076341;hpb=333be24ae08aa2edaa5955a8338c78334618b154;p=libvirt.git diff --git a/Makefile b/Makefile index c6db35c..2e9768b 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ WEBFETCH := wget 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-URL := ftp://libvirt.org/libvirt/libvirt-0.9.12.tar.gz -libvirt-SHA1SUM := 3743dc4f3e58d5912a98f568c3e854d97d81f216 +libvirt-URL := ftp://libvirt.org/libvirt/libvirt-0.10.2.tar.gz +libvirt-SHA1SUM := 1579fbd4272ede4a897143da666fe76b290b7767 libvirt := $(notdir $(libvirt-URL)) all: $(ALL)