diff options
Diffstat (limited to 'source/x/mesa/get-mesa.sh')
-rwxr-xr-x | source/x/mesa/get-mesa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/x/mesa/get-mesa.sh b/source/x/mesa/get-mesa.sh index c014d8a1..253deeb4 100755 --- a/source/x/mesa/get-mesa.sh +++ b/source/x/mesa/get-mesa.sh @@ -1,5 +1,5 @@ # Pull a stable branch + patches -BRANCH=7.9 +BRANCH=7.10 rm -rf mesa git clone git://anongit.freedesktop.org/git/mesa/mesa |