summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-09-18 20:57:28 +0200
committerMichel Zou2023-09-18 20:57:28 +0200
commit0aa375199b4aa913942ba99a8ba12b61f918d69c (patch)
tree7441b014f026abd226ced490787ae495a4828f11
parente5adcaf387bddb792db691ba6ced513ce1cc24b7 (diff)
downloadaur-0aa375199b4aa913942ba99a8ba12b61f918d69c.tar.gz
13.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69b4ebf6e263..b36515e48f2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-glslang
pkgdesc = OpenGL and OpenGL ES shader front end and validator (mingw-w64)
- pkgver = 12.3.1
- pkgrel = 2
+ pkgver = 13.0.0
+ pkgrel = 1
url = https://github.com/KhronosGroup/glslang
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = mingw-w64-glslang
options = !strip
options = !buildflags
options = staticlibs
- source = mingw-w64-glslang-12.3.1.tar.gz::https://github.com/KhronosGroup/glslang/archive/12.3.1.tar.gz
- sha256sums = a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8
+ source = mingw-w64-glslang-13.0.0.tar.gz::https://github.com/KhronosGroup/glslang/archive/13.0.0.tar.gz
+ sha256sums = bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715
pkgname = mingw-w64-glslang
diff --git a/PKGBUILD b/PKGBUILD
index a9cb8ceab3ac..6ab409d4ac44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-glslang
-pkgver=12.3.1
-pkgrel=2
+pkgver=13.0.0
+pkgrel=1
pkgdesc='OpenGL and OpenGL ES shader front end and validator (mingw-w64)'
arch=('any')
url='https://github.com/KhronosGroup/glslang'
@@ -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=('a57836a583b3044087ac51bb0d5d2d803ff84591d55f89087fc29ace42a8b9a8')
+sha256sums=('bcda732434f829aa74414ea0e06d329ec8ac28637c38a0de45e17c8fd25a4715')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"