summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-03-25 13:07:51 +0100
committerMichel Zou2021-03-25 13:07:51 +0100
commit8afd22b66cc97d1586698ee90f40565965ecaf39 (patch)
tree6fffc66cc5f4b79e882a314acd4a3419c74e2dd7
parented8c13c087802af7bc840516fe68c08b71656d8d (diff)
downloadaur-8afd22b66cc97d1586698ee90f40565965ecaf39.tar.gz
11.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ea105ee1364..9d8943a461a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-glslang
pkgdesc = OpenGL and OpenGL ES shader front end and validator (mingw-w64)
- pkgver = 11.1.0
+ pkgver = 11.2.0
pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = any
@@ -12,10 +12,10 @@ pkgbase = mingw-w64-glslang
options = !strip
options = !buildflags
options = staticlibs
- source = https://github.com/KhronosGroup/glslang/archive/11.1.0.tar.gz
+ source = https://github.com/KhronosGroup/glslang/archive/11.2.0.tar.gz
source = wine-glslangValidator.sh
- sha256sums = a47f1f9ed17a1f53a074fef20787110ef49522c6de68b218db68d04a81d649c5
- sha256sums = SKIP
+ sha256sums = 8ff2fcf9b054e4a4ef56fcd8a637322f827b2b176a592a618d63672ddb896e06
+ sha256sums = ca9bc184d08a08905c7bc01956fbd76eb3a009e4346ff195846959b707f241e1
pkgname = mingw-w64-glslang
diff --git a/PKGBUILD b/PKGBUILD
index dec0e79296a8..457bfab97615 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-glslang
-pkgver=11.1.0
+pkgver=11.2.0
pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator (mingw-w64)'
arch=('any')
@@ -10,7 +10,8 @@ makedepends=('mingw-w64-cmake' 'python')
optdepends=('mingw-w64-wine: runtime support')
options=('!strip' '!buildflags' 'staticlibs')
source=(https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz wine-glslangValidator.sh)
-sha256sums=('a47f1f9ed17a1f53a074fef20787110ef49522c6de68b218db68d04a81d649c5' SKIP)
+sha256sums=('8ff2fcf9b054e4a4ef56fcd8a637322f827b2b176a592a618d63672ddb896e06'
+ 'ca9bc184d08a08905c7bc01956fbd76eb3a009e4346ff195846959b707f241e1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"