From 54288ff6af9c1b8d8ae8e26bb3c6a6cd0fd4e9af Mon Sep 17 00:00:00 2001 From: John Galt Date: Tue, 2 Sep 2014 23:21:29 -0700 Subject: [PATCH] libclc-git: update to current master --- srcpkgs/libclc-git/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libclc-git/template b/srcpkgs/libclc-git/template index 2872075852..4082424c7a 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,6 +1,6 @@ # Template file for 'libclc-git' pkgname=libclc-git -version=20140820 +version=20140902 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=fd18b63b2682cf52bbec6a3b2c3bd440eb1d2276 + local sha=7dc59aceab2c0a0b5f6f21f31f963562e13d968b msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc}