diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index 5bfa79be29c..3f350af4afc 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,6 +1,6 @@ # Template file for 'libclc-git' pkgname=libclc-git -version=20140905 +version=20140918 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=aba7f773b519f148886676e4d86a8377deb7e269 + local sha=8d5e696d1db64625bbb6efe2c7784bc994876a15 msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc}