diff --git a/Makefile b/Makefile index 1ee52bb..c19a1c5 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ deb ${DEBS}: ${SRCTAR} .PHONY: download download ${SRCTAR}: rm -rf ${SRCDIR} ${SRCTAR} - git clone -b stable-1.1 git://github.com/lxc/lxc + git clone -b stable-2.0 git://github.com/lxc/lxc tar czf ${SRCTAR}.tmp ${SRCDIR} mv ${SRCTAR}.tmp ${SRCTAR} diff --git a/lxc.tgz b/lxc.tgz index ec26b22..7622560 100644 Binary files a/lxc.tgz and b/lxc.tgz differ