glslang: Update to 7.8.2853

Switch back to Github download for now.
This commit is contained in:
Predrag Ivanović 2018-08-25 18:10:18 +02:00
parent 863b549100
commit 4c31fa6261
2 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30WANmm9EWDaAGI/EC9AJGXtsu3emNpE/LEUOa3eW9DI4uPqofpX1ORF3kFd0Vzb1vY+UuDqwPF0uAxm6d1gcw4=
SHA256 (Pkgfile) = 23ae927cb755d1fa42fe2c7819ce6b3e0f26f069323539f3d510a83ef9b309cc
RWSagIOpLGJF36CJ+HhdmguyfmkQnO7cMf9ex1MEu9Wab2Ar5yprY5ay2MyxTPxe2KPIgph6E/STQoURYluiEsy2aMmbUNRmYA8=
SHA256 (Pkgfile) = 163232d0807a34d6f9e0ae008eb25e980142fde39659fd0134aed35d5bc426a5
SHA256 (.footprint) = 5dc1a9c8680088df5e980b88fabb8d1a0ca8f3e28c7be715f4b06cab07c3e4bf
SHA256 (glslang-20180721-fa4952c3.tar.bz2) = a39a2ebd2529a33c18bffe0c155a51b8648f925c0cfb2acc6972141bb0eae2dd
SHA256 (glslang-7.8.2853.tar.gz) = 73caaa3c584ca32acf356084b8f6ab558c9c9a357c8883a25da1077c276559d3

View File

@ -4,13 +4,12 @@
# Depends on: cmake git
name=glslang
version=20180721
git_commit=fa4952c3
version=7.8.2853
release=1
source=(https://bitbucket.org/predivan/vulkan/downloads/$name-$version-$git_commit.tar.bz2)
source=(https://github.com/KhronosGroup/glslang/archive/$version/$name-$version.tar.gz)
build() {
cd $name-$version-$git_commit
cd $name-$version
python update_glslang_sources.py
mkdir build
cd build