Date: Thursday, March 23, 2023 @ 04:22:54
  Author: svenstaro
Revision: 471813

upgpkg: glslang 12.1.0-1

Modified:
  glslang/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-22 23:33:21 UTC (rev 471812)
+++ PKGBUILD    2023-03-23 04:22:54 UTC (rev 471813)
@@ -10,7 +10,7 @@
 # upstream releases a compatible version of spirv-tools, then updating the
 # spriv-tools system package and only then building glslang against that.
 pkgname=glslang
-pkgver=12.0.0
+pkgver=12.1.0
 pkgrel=1
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
@@ -21,7 +21,7 @@
 options=('staticlibs')
 # Get the commits from known_good.json for every release
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz)
-sha256sums=('7cb45842ec1d4b6ea775d624c3d2d8ba9450aa416b0482b0cc7e4fdd399c3d75')
+sha256sums=('1515e840881d1128fb6d831308433f731808f818f2103881162f3ffd47b15cd5')
 
 build() {
   cd ${pkgname}-${pkgver}

Reply via email to