MesaLib-git: update to current master

This commit is contained in:
John Galt 2014-08-17 00:53:05 -07:00
parent 528f17bf3e
commit eb89570108
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template build file for 'MesaLib-git'.
pkgname=MesaLib-git
version=20140725
revision=2
version=20140816
revision=1
wrksrc="Mesa-git-${version}"
build_style=gnu-configure
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
@ -56,7 +56,7 @@ conf_files="/etc/drirc"
do_fetch() {
local url="git://anongit.freedesktop.org/mesa/mesa"
local sha=654fd3e33f71702aa487b5b5249847bee73d4823
local sha=ef130b6050fc91c12a220f19d8bdd659712f7fb9
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${wrksrc}
cd ${wrksrc}