]> git.proxmox.com Git - pve-sheepdog.git/blobdiff - Makefile
set RELEASE=4.1
[pve-sheepdog.git] / Makefile
index 5cb33ad0574fcb2a6730ee5c78a6aaa249bfc441..4a4a28da3154a80886781480a20e55f810944811 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.2
+RELEASE=4.1
 
 PACKAGE=pve-sheepdog
 PKGREL=1
-SDVER=0.8.2
+SDVER=0.9.3
 
 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH)
 GITVERSION:=$(shell cat .git/refs/heads/master)
@@ -26,7 +26,7 @@ ${DEB} deb: ${SDSRC}
 .PHONY: download
 ${SDSRC} download:
        rm -rf ${SDDIR} sheepdog.git
-       git clone git://github.com/sheepdog/sheepdog.git sheepdog.git
+       git clone git://github.com/sheepdog/sheepdog.git -b stable-0.9 sheepdog.git
        cd sheepdog.git; git checkout -b local v${SDVER}
        rsync -a --exclude .git --exclude .gitignore sheepdog.git/ ${SDDIR}
        tar czf ${SDSRC}.tmp  ${SDDIR}