]> git.proxmox.com Git - pve-sheepdog.git/blobdiff - Makefile
update source to 0.9.2
[pve-sheepdog.git] / Makefile
index 5cb33ad0574fcb2a6730ee5c78a6aaa249bfc441..3f35c474f76034f8e2b6c8d205c70aa13a59d01d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-RELEASE=3.2
+RELEASE=3.4
 
 PACKAGE=pve-sheepdog
-PKGREL=1
-SDVER=0.8.2
+PKGREL=3
+SDVER=0.9.2
 
 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}