MesaLib-git: update to current master
This commit is contained in:
parent
6d0b454ed9
commit
3b00500350
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template build file for 'MesaLib-git'.
|
||||
pkgname=MesaLib-git
|
||||
version=20140816
|
||||
version=20140821
|
||||
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=ef130b6050fc91c12a220f19d8bdd659712f7fb9
|
||||
local sha=e7f2f2dea5acdbd1a12ed88914e64a38a97432f0
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
|
|
Loading…
Reference in a new issue