aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-30 20:31:58 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-30 20:31:58 -0300
commit86cb9333d48f8f2928671181386484c90e3062a7 (patch)
treeaeb50a5cf140376ff8bbc16768b7cf0802adb3c4
parent3284dd3d21d6771d3d9a04f736a34ee0766bb304 (diff)
downloadaports-86cb9333d48f8f2928671181386484c90e3062a7.tar.bz2
aports-86cb9333d48f8f2928671181386484c90e3062a7.tar.xz
community/glslang: upgrade to 7.12.3352
-rw-r--r--community/glslang/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/glslang/APKBUILD b/community/glslang/APKBUILD
index a37f023aed..299680929a 100644
--- a/community/glslang/APKBUILD
+++ b/community/glslang/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=glslang
-pkgver=7.11.3214
+pkgver=7.12.3352
pkgrel=0
pkgdesc="Khronos reference front-end for GLSL, ESSL, and sample SPIR-V generator"
options="!check" # Requires git checkout of gmock
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
depends_dev="$pkgname"
makedepends="cmake python3 bison"
subpackages="$pkgname-static $pkgname-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/KhronosGroup/glslang/archive/$pkgver.tar.gz"
build() {
if [ "$CBUILD" != "$CHOST" ]; then
@@ -33,4 +33,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="5e7f8c063b30fc5edf65898b2371f4128aead05008865d065de9d3a94354de787035067ec908651c7e88bf294251d1410929d2b1c19e03d9b51476ea8a7eae96 glslang-7.11.3214.tar.gz"
+sha512sums="75e78f6a00d9be54d80817811f6e29977c186a85884b85765481625617bbd09d64cb3977897255887f752d336591147574619f3f0368f34d1245e720f7820559 glslang-7.12.3352.tar.gz"