From 86cb9333d48f8f2928671181386484c90e3062a7 Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 30 Aug 2019 20:31:58 -0300 Subject: community/glslang: upgrade to 7.12.3352 --- community/glslang/APKBUILD | 6 +++--- 1 file 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 # Maintainer: Leo 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" -- cgit v1.2.3