summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
author orbea2021-01-02 17:14:19 +0100
committer Willy Sudiarto Raharjo2021-01-09 08:30:38 +0100
commitf3bcd20f3ceee67592efe2a88121e6792b6591ea (patch)
treefb5019c4a8cdc536456ce7db5634877715e1d23b /graphics
parent33cb343ed5bcfaf49fe6b6a3975f7ed791db6172 (diff)
downloadslackbuilds-f3bcd20f3ceee67592efe2a88121e6792b6591ea.tar.gz
graphics/glslang: Updated for version 11.1.0.
Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/glslang/glslang.SlackBuild11
-rw-r--r--graphics/glslang/glslang.info6
2 files changed, 8 insertions, 9 deletions
diff --git a/graphics/glslang/glslang.SlackBuild b/graphics/glslang/glslang.SlackBuild
index 7aa9999698..db38ad19a9 100644
--- a/graphics/glslang/glslang.SlackBuild
+++ b/graphics/glslang/glslang.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for glslang
-# Copyright 2020 Hunter Sezen California, USA
+# Copyright 2020-2021 Hunter Sezen California, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,8 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=glslang
-VERSION=${VERSION:-11.0.0}
-SRCVERS="10-$VERSION"
+VERSION=${VERSION:-11.1.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,9 +59,9 @@ set -eu
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $PRGNAM-$SRCVERS
-tar xvf $CWD/$PRGNAM-$SRCVERS.tar.gz
-cd $PRGNAM-$SRCVERS
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/graphics/glslang/glslang.info b/graphics/glslang/glslang.info
index c03f4f5e84..2fd87c7139 100644
--- a/graphics/glslang/glslang.info
+++ b/graphics/glslang/glslang.info
@@ -1,8 +1,8 @@
PRGNAM="glslang"
-VERSION="11.0.0"
+VERSION="11.1.0"
HOMEPAGE="https://github.com/KhronosGroup/glslang"
-DOWNLOAD="https://github.com/KhronosGroup/glslang/archive/10-11.0.0/glslang-10-11.0.0.tar.gz"
-MD5SUM="c54870922c39b8c307678fdf4ae2e85e"
+DOWNLOAD="https://github.com/KhronosGroup/glslang/archive/11.1.0/glslang-11.1.0.tar.gz"
+MD5SUM="1688a1e36945d72df960b859ede55078"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="SPIRV-Tools"