glslang: Update to 7.10.2904

This commit is contained in:
Predrag Ivanović 2018-11-01 21:47:54 +01:00
parent 9be355a625
commit b62b65f01e
3 changed files with 8 additions and 6 deletions

View File

@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/include/SPIRV/
-rw-r--r-- root/root usr/include/SPIRV/Logger.h
-rw-r--r-- root/root usr/include/SPIRV/SPVRemapper.h
-rw-r--r-- root/root usr/include/SPIRV/SpvBuilder.h
-rw-r--r-- root/root usr/include/SPIRV/SpvTools.h
-rw-r--r-- root/root usr/include/SPIRV/bitutils.h
-rw-r--r-- root/root usr/include/SPIRV/disassemble.h
-rw-r--r-- root/root usr/include/SPIRV/doc.h

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36CJ+HhdmguyfmkQnO7cMf9ex1MEu9Wab2Ar5yprY5ay2MyxTPxe2KPIgph6E/STQoURYluiEsy2aMmbUNRmYA8=
SHA256 (Pkgfile) = 163232d0807a34d6f9e0ae008eb25e980142fde39659fd0134aed35d5bc426a5
SHA256 (.footprint) = 5dc1a9c8680088df5e980b88fabb8d1a0ca8f3e28c7be715f4b06cab07c3e4bf
SHA256 (glslang-7.8.2853.tar.gz) = 73caaa3c584ca32acf356084b8f6ab558c9c9a357c8883a25da1077c276559d3
RWSagIOpLGJF324u+0pYQy5Z8tnyQir0E9H1KWgYkcFa/+8Xp4wbmT7GaA9Jkknh5+ggxVWopOEjQYn8LFo/6z0wznT0KG2m5go=
SHA256 (Pkgfile) = 562f80ef06479152c0b7157357553c22ec40ff923f7c9026765ec0fe9978e436
SHA256 (.footprint) = 05aeb7e92e4b332fd4adf43aef89be4add5b9ba8d3e7c96b48d4733b9378bb46
SHA256 (glslang-7.10.2904.tar.bz2) = 5b47f0399ce196c662aee445d3f665f9d02d5c29db17da9df85b87591185e4a4

View File

@ -4,9 +4,10 @@
# Depends on: cmake git
name=glslang
version=7.8.2853
version=7.10.2904
release=1
source=(https://github.com/KhronosGroup/glslang/archive/$version/$name-$version.tar.gz)
#source=(https://github.com/KhronosGroup/glslang/archive/$version/$name-$version.tar.bz2)
source=(https://bitbucket.org/predivan/distfiles/downloads/$name-$version.tar.bz2)
build() {
cd $name-$version