summaryrefslogtreecommitdiffstats
path: root/deps/mesa/mesa.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2017-11-17 11:04:16 +0100
committer Eric Hameleers <alien@slackware.com>2017-11-17 11:04:16 +0100
commitfc450303a66a49761161b9a362e8307531d882ff (patch)
treece13d858c1b061c6a7029fd3f68836bad0b353b6 /deps/mesa/mesa.SlackBuild
parent6eecd6bce706f02edba3ec689bc34cd54ac05092 (diff)
downloadktown-fc450303a66a49761161b9a362e8307531d882ff.tar.gz
ktown-fc450303a66a49761161b9a362e8307531d882ff.tar.xz
deps/mesa: updated to 17.2.5
Diffstat (limited to '')
-rwxr-xr-xdeps/mesa/mesa.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/deps/mesa/mesa.SlackBuild b/deps/mesa/mesa.SlackBuild
index 36424d4..3d62eea 100755
--- a/deps/mesa/mesa.SlackBuild
+++ b/deps/mesa/mesa.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PKGNAM=mesa
-VERSION=${VERSION:-17.2.3}
+VERSION=${VERSION:-17.2.5}
DEMOVERS=${DEMOVERS:-8.3.0}
BUILD=${BUILD:-1}
@@ -80,8 +80,8 @@ find . \
# Apply patches from git (and maybe elsewhere):
# Patches obtained by:
-# git checkout origin/13.0
-# git format-patch 6bfc352f5a35ab21f012d6d501821ffbf767aab3 # 13.0.4 release
+# git checkout origin/17.2
+# git format-patch 96ad27f8fcf3979c577c052f725e2a80035295aa # 17.2.5 release
if /bin/ls $CWD/patches/*.patch 1> /dev/null 2> /dev/null ; then
for patch in $CWD/patches/*.patch ; do
patch -p1 < $patch || exit 1 ;