Skip to content

Commit bede360

Browse files
BrewTestBotdaeho-ro
authored andcommitted
vulkan-headers 1.4.326
1 parent 006b68e commit bede360

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

Formula/v/vulkan-headers.rb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanHeaders < Formula
22
desc "Vulkan Header files and API registry"
33
homepage "https://github.com/KhronosGroup/Vulkan-Headers"
4-
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.325.tar.gz"
5-
sha256 "5743da4e203456ef0a0d17950d448b4f70e93a19abdc547aa33c15482b4fec17"
4+
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.326.tar.gz"
5+
sha256 "19eed9a3f1e96f7fa2a30317f99374103589fba5766f9743ab61265c6889c099"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main"
88

@@ -18,11 +18,6 @@ class VulkanHeaders < Formula
1818
depends_on "cmake" => :build
1919

2020
def install
21-
# Ensure bottles are uniform.
22-
inreplace "include/vulkan/vulkan.hpp" do |s|
23-
s.gsub! "/usr/local", HOMEBREW_PREFIX
24-
end
25-
2621
system "cmake", "-S", ".", "-B", "build", *std_cmake_args
2722
system "cmake", "--install", "build"
2823
end

0 commit comments

Comments
 (0)