From f5e75db1aa7b11707bd081a1dc72b55a10b7bd42 Mon Sep 17 00:00:00 2001 From: John Galt Date: Sun, 7 Sep 2014 00:39:30 -0700 Subject: [PATCH] libclc-git: update to 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 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}