[arch-commits] Commit in glslang/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Apr 11 18:37:19 UTC 2022


    Date: Monday, April 11, 2022 @ 18:37:18
  Author: svenstaro
Revision: 442300

upgpkg: glslang 11.9.0-1

Modified:
  glslang/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-11 18:25:50 UTC (rev 442299)
+++ PKGBUILD	2022-04-11 18:37:18 UTC (rev 442300)
@@ -2,8 +2,8 @@
 
 # Careful when upgrading this package! It usually breaks ABI without bumping soname.
 pkgname=glslang
-pkgver=11.8.0
-pkgrel=2
+pkgver=11.9.0
+pkgrel=1
 pkgdesc='OpenGL and OpenGL ES shader front end and validator'
 arch=('x86_64')
 url='https://github.com/KhronosGroup/glslang'
@@ -13,7 +13,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=('9e5fbe5b844d203da5e61bcd84eda76326e0ff5dc696cb862147bbe01d2febb0')
+sha256sums=('d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list