MesaLib-git: update to current master

This commit is contained in:
John Galt 2014-09-02 23:22:30 -07:00
parent 54288ff6af
commit ff59cba27d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template build file for 'MesaLib-git'.
pkgname=MesaLib-git
version=20140821
version=20140903
revision=1
wrksrc="Mesa-git-${version}"
build_style=gnu-configure
@ -56,7 +56,7 @@ conf_files="/etc/drirc"
do_fetch() {
local url="git://anongit.freedesktop.org/mesa/mesa"
local sha=e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
local sha=58b386dce435d2d82c2dc80b1a8d1373bb3e0ac6
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${wrksrc}
cd ${wrksrc}