From be1419e51a9c7c732ea917e4a542ba5ee8c6f224 Mon Sep 17 00:00:00 2001 From: Ella-0 <23418164+Ella-0@users.noreply.github.com> Date: Fri, 21 May 2021 10:25:28 +0100 Subject: [PATCH] glslang: switch to master --- pkgs/glslang/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }