diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index 4082424c7af..5bfa79be29c 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,6 +1,6 @@ # Template file for 'libclc-git' pkgname=libclc-git -version=20140902 +version=20140905 revision=1 hostmakedepends="git" makedepends="python libffi-devel zlib-devel llvm-git clang-git ncurses-devel" @@ -17,7 +17,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=7dc59aceab2c0a0b5f6f21f31f963562e13d968b + local sha=aba7f773b519f148886676e4d86a8377deb7e269 msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc}