vulkan-headers: update
This commit is contained in:
parent
e9b42da5bf
commit
e52f1879ee
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
pkgname=vulkan-headers
|
||||
pkgver=1.2.166
|
||||
pkgver=1.2.182
|
||||
|
||||
fetch() {
|
||||
curl -L "https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.166.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
curl -L "https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.2.182.tar.gz" -o $pkgname-$pkgver.tar.xz
|
||||
tar -xf $pkgname-$pkgver.tar.xz
|
||||
mv Vulkan-Headers-$pkgver $pkgname-$pkgver
|
||||
mkdir $pkgname-$pkgver/build
|
||||
|
|
Loading…
Reference in a new issue