MesaLib-git: bump version

This commit is contained in:
John Galt 2014-07-25 04:40:01 -07:00
parent 96b05d3ed2
commit 73c195ed40

View File

@ -1,6 +1,6 @@
# Template build file for 'MesaLib-git'.
pkgname=MesaLib-git
version=20140722
version=20140725
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=9548ba6e7bb8e631f6ef6236f7425725239742fe
local sha=654fd3e33f71702aa487b5b5249847bee73d4823
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${wrksrc}
cd ${wrksrc}