diff --git a/pkgs/glslang/build.sh b/pkgs/glslang/build.sh index dbef325..8b617b6 100644 --- a/pkgs/glslang/build.sh +++ b/pkgs/glslang/build.sh @@ -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 }