MesaLib-git: update to master

This commit is contained in:
John Galt 2014-09-07 01:30:26 -07:00
parent f5e75db1aa
commit ee5a63a54c

View file

@ -1,6 +1,6 @@
# Template build file for 'MesaLib-git'.
pkgname=MesaLib-git
version=20140903
version=20140906
revision=2
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=58b386dce435d2d82c2dc80b1a8d1373bb3e0ac6
local sha=1ee1d8ab468cafd25cfcc513319f3f046492947f
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${wrksrc}
cd ${wrksrc}