libclc-git: update to current master

This commit is contained in:
John Galt 2014-08-17 00:55:31 -07:00
parent eb89570108
commit d5623fcd4d
1 changed files with 2 additions and 2 deletions

View File

@ -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}