ports/opt (3.5): spirv-headers: 1.4.2 -> 1.5.1
commit 85c96eb800a9f3ce69e33e000733a20108caabfb Author: Danny Rawlins <monster.romster@gmail.com> Date: Sat Nov 23 18:16:07 2019 +1100 spirv-headers: 1.4.2 -> 1.5.1 diff --git a/spirv-headers/.signature b/spirv-headers/.signature index 62f421c5f..d0b5f3f55 100644 --- a/spirv-headers/.signature +++ b/spirv-headers/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/VH5fWEsBiTm1GbeF5s+ckqBicUt5QCbdNsCJbswy428haumu+E8UntbJ+3pA1iXH8JJZAq3Suh984PJfPRBMAQ= -SHA256 (Pkgfile) = f4ba0e92a82abdebbd3c935a2f75471f524aab24508b84c06b25c63fbaaa022f +RWSE3ohX2g5d/R1os/WwLNVoekZyJN7CYNQU/H/GoW9jge/oXcG3UQ4KvekMzNDYyKOVZUUd7YLkZHWL3t782kAV2l6RQ+e1RgE= +SHA256 (Pkgfile) = c17edfa9d8913e8a3caa85cccc24e01909cbf1a54ca3b7549c8422fe60f09aff SHA256 (.footprint) = 57a7e097bb08027c92c5b320002aa765ac7a452a91765a19c07f875a4999848e -SHA256 (e4322e3be589e1ddd44afb20ea842a977c1319b8) = f458e6097fca2f2d0b1bbd325f56e5567ee40ec000deb4986380253934400e6e +SHA256 (spirv-headers-af64a9e826bf5bb5fcd2434dd71be1e41e922563.tar.gz) = e0522545b4fbf4c7ee50c1f31b883c275e5ba829141c9ebfa62fd96c08755966 diff --git a/spirv-headers/Pkgfile b/spirv-headers/Pkgfile index 2fb6c9d06..653b38868 100644 --- a/spirv-headers/Pkgfile +++ b/spirv-headers/Pkgfile @@ -1,21 +1,18 @@ -# Description: SPIR-V Headers +# Description: Header files from the SPIR-V registry # URL: https://www.khronos.org/registry/spir-v/ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: cmake ninja name=spirv-headers -version=1.4.2 -commit=e4322e3be589e1ddd44afb20ea842a977c1319b8 -release=2 +version=1.5.1 +commit=af64a9e826bf5bb5fcd2434dd71be1e41e922563 +release=1 source=( #https://github.com/KhronosGroup/SPIRV-Headers/archive/$version/SPIRV-Headers... - https://codeload.github.com/KhronosGroup/SPIRV-Headers/zip/$commit + https://github.com/KhronosGroup/SPIRV-Headers/archive/$commit.tar.gz#/$name-... ) build() { - mv $commit SPIRV-Headers-$commit.zip - bsdtar -xf SPIRV-Headers-$commit.zip - # cd SPIRV-Headers-$version cd SPIRV-Headers-$commit
participants (1)
-
crux@crux.nu