From d5623fcd4d10d80001dd0230f77cfd9b37056383 Mon Sep 17 00:00:00 2001 From: John Galt Date: Sun, 17 Aug 2014 00:55:31 -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 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}