diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index 66f1f5ab558..0a96d09139d 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,8 +1,7 @@ # Template file for 'libclc-git' pkgname=libclc-git -version=20140717 +version=20140723 revision=1 -_sha=3b853378ab3bd607aa758492b61522b0a83084cb makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2" depends="libclc-ptx-git libclc-r600-git" short_desc="Open implementation of the OpenCL C programming language" @@ -16,6 +15,7 @@ do_fetch() { # Upstream libclc git is http://llvm.org/git/libclc.git, however # we use a minimal git-core for git:// protocol. local url="git://github.com/llvm-mirror/libclc" + local sha=a63df067faf8a0ce2267c746aa9af928ae8c927b msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc}