From fd195c34a073396e37fd234458d83976c23dfad2 Mon Sep 17 00:00:00 2001 From: John Galt Date: Fri, 25 Jul 2014 04:41:27 -0700 Subject: [PATCH] libclc-git: bump version --- 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 66f1f5ab55..0a96d09139 100644 --- a/srcpkgs/libclc-git/template +++ b/srcpkgs/libclc-git/template @@ -1,8 +1,7 @@ # Template file for 'libclc-git' pkgname=libclc-git -version=20140717 +version=20140723 revision=1 -_sha=3b853378ab3bd607aa758492b61522b0a83084cb makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2" depends="libclc-ptx-git libclc-r600-git" short_desc="Open implementation of the OpenCL C programming language" @@ -16,6 +15,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 msg_normal "Fetching source from $url ...\n" git clone ${url} ${wrksrc} cd ${wrksrc}