glslang: switch to master
This commit is contained in:
parent
3596ce32ec
commit
be1419e51a
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgname=glslang
|
||||
pkgver=11.1.0
|
||||
pkgver=master
|
||||
|
||||
fetch() {
|
||||
curl -L "https://github.com/KhronosGroup/glslang/archive/11.1.0.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
curl -L "https://github.com/KhronosGroup/glslang/archive/refs/heads/master.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
tar -xf $pkgname-$pkgver.tar.xz
|
||||
mkdir $pkgname-$pkgver/build
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue