libclc-git: update to current master
This commit is contained in:
parent
44f5f21c50
commit
d4c465a12f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libclc-git'
|
||||
pkgname=libclc-git
|
||||
version=20140905
|
||||
version=20140918
|
||||
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=aba7f773b519f148886676e4d86a8377deb7e269
|
||||
local sha=8d5e696d1db64625bbb6efe2c7784bc994876a15
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Add table
Reference in a new issue