summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-07-27 18:29:48 +0200
committerMichel Zou2023-07-27 18:29:48 +0200
commit329dfe399e30a73bf76b31d7817e29fa7482a048 (patch)
treeedcc95025263723c7829b290f1102e351ab3d2ff
parent0acb3d723b131fd87780daba14e351ca225b1da1 (diff)
downloadaur-329dfe399e30a73bf76b31d7817e29fa7482a048.tar.gz
12.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21dc804f07c9..fda778dd1a42 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.10.0
+ pkgver = 12.3.1
pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = any
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-glslang
options = !strip
options = !buildflags
options = staticlibs
- source = mingw-w64-glslang-11.10.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/11.10.0.tar.gz
- sha256sums = 8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602
+ source = mingw-w64-glslang-12.3.1.tar.gz::https://github.com/KhronosGroup/glslang/archive/12.3.1.tar.gz
+ sha256sums = a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8
pkgname = mingw-w64-glslang
diff --git a/PKGBUILD b/PKGBUILD
index a460161356b4..2ea5a9e663cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-glslang
-pkgver=11.10.0
+pkgver=12.3.1
pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator (mingw-w64)'
arch=('any')
@@ -10,7 +10,7 @@ makedepends=('mingw-w64-cmake' 'python' 'git')
optdepends=('mingw-w64-wine: runtime support')
options=('!strip' '!buildflags' 'staticlibs')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
-sha256sums=('8ffc19c435232d09299dd2c91e247292b3508c1b826a3497c60682e4bbf2d602')
+sha256sums=('a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"