diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index 855f2ec6e02..da0b134eda4 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,6 +1,6 @@ # Template file for 'libclc-git' pkgname=libclc-git -version=20140723 +version=20140801 revision=1 hostmakedepends="git" makedepends="python libffi-devel zlib-devel llvm-git clang-git" @@ -16,7 +16,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 + local sha=5b48f170c8b22168cad67e2d331da4aedb0788bd msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc}