]> git.proxmox.com Git - lxc.git/blobdiff - Makefile
update to lxc-2.0.4
[lxc.git] / Makefile
index 3f6b4fd19c24f016400651bfdc4af5b9a1d41e73..a896a1cb10cd590e76f2d7f323503f736ac79d69 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 RELEASE=4.2
 
 PACKAGE=lxc-pve
-LXCVER=2.0.3
-DEBREL=4
+LXCVER=2.0.4
+DEBREL=1
 
 SRCDIR=lxc
 SRCTAR=${SRCDIR}.tgz
@@ -30,7 +30,7 @@ deb ${DEBS}: ${SRCTAR}
 .PHONY: download
 download ${SRCTAR}:
        rm -rf ${SRCDIR} ${SRCTAR}
-       git clone -b stable-2.0 git://github.com/lxc/lxc
+       git clone -b lxc-${LXCVER} git://github.com/lxc/lxc
        tar czf ${SRCTAR}.tmp ${SRCDIR}
        mv ${SRCTAR}.tmp ${SRCTAR}