MesaLib-git: update to master
This commit is contained in:
parent
f5e75db1aa
commit
ee5a63a54c
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'MesaLib-git'.
|
# Template build file for 'MesaLib-git'.
|
||||||
pkgname=MesaLib-git
|
pkgname=MesaLib-git
|
||||||
version=20140903
|
version=20140906
|
||||||
revision=2
|
revision=2
|
||||||
wrksrc="Mesa-git-${version}"
|
wrksrc="Mesa-git-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -55,7 +55,7 @@ conf_files="/etc/drirc"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://anongit.freedesktop.org/mesa/mesa"
|
local url="git://anongit.freedesktop.org/mesa/mesa"
|
||||||
local sha=58b386dce435d2d82c2dc80b1a8d1373bb3e0ac6
|
local sha=1ee1d8ab468cafd25cfcc513319f3f046492947f
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${wrksrc}
|
git clone ${url} ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
|
Loading…
Reference in New Issue