MesaLib-git: update to master
This commit is contained in:
parent
545a55c05f
commit
9b228ba6e3
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'MesaLib-git'.
|
||||
pkgname=MesaLib-git
|
||||
version=20140928
|
||||
version=20140930
|
||||
revision=1
|
||||
wrksrc="Mesa-git-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -55,7 +55,7 @@ conf_files="/etc/drirc"
|
|||
|
||||
do_fetch() {
|
||||
local url="git://anongit.freedesktop.org/mesa/mesa"
|
||||
local sha=40aabc0e809fa7523606f15c053e0d6ac01d9b9e
|
||||
local sha=8786544b3e3a024ccb04bb0c85f2afc07bb57f63
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in New Issue