Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/v/vulkan-extensionlayer.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class VulkanExtensionlayer < Formula
desc "Layer providing Vulkan features when native support is unavailable"
homepage "https://github.com/KhronosGroup/Vulkan-ExtensionLayer"
url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/v1.4.321.tar.gz"
sha256 "177a356162cfcf47c50cc0f0dcd51630196f171f21d6cefe3fb8b5d514f60d49"
url "https://github.com/KhronosGroup/Vulkan-ExtensionLayer/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
sha256 "6104bcd3c81b10e5ad90749d895bd681ff411c0c5de914e53a9aa9f727c43cc8"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-ExtensionLayer.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^vulkan-sdk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/v/vulkan-headers.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class VulkanHeaders < Formula
desc "Vulkan Header files and API registry"
homepage "https://github.com/KhronosGroup/Vulkan-Headers"
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/v1.4.326.tar.gz"
sha256 "19eed9a3f1e96f7fa2a30317f99374103589fba5766f9743ab61265c6889c099"
url "https://github.com/KhronosGroup/Vulkan-Headers/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
sha256 "17f8ff30fd79fb7531efcb7c78c02c17a595208d482a150f06836b0ca97ef8f2"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-Headers.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^vulkan-sdk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/v/vulkan-loader.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class VulkanLoader < Formula
desc "Vulkan ICD Loader"
homepage "https://github.com/KhronosGroup/Vulkan-Loader"
url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.4.326.tar.gz"
sha256 "86772b60eeef6f510586636b7cf7a0e0eabd9e9920bcabf6e8f3b1c2a634a4cc"
url "https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
sha256 "9e0315bd13d8def7d130524d0b69d0bef3e967374327ac69dd9c54cd2b716e8f"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-Loader.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^vulkan-sdk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/v/vulkan-profiles.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class VulkanProfiles < Formula
desc "Tools for Vulkan profiles"
homepage "https://github.com/KhronosGroup/Vulkan-Profiles"
url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/v1.4.326.tar.gz"
sha256 "f7de5da64478c4b26f586302198d714508bfb84b23d0a4fb78fff8ad3bcaa5f6"
url "https://github.com/KhronosGroup/Vulkan-Profiles/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
sha256 "83f081e864e3356c193b4b8b12ab431894a4fa2435f94b07fac7d0724587a4e1"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-Profiles.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^vulkan-sdk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down
15 changes: 12 additions & 3 deletions Formula/v/vulkan-tools.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
class VulkanTools < Formula
desc "Vulkan utilities and tools"
homepage "https://github.com/KhronosGroup/Vulkan-Tools"
url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.326.tar.gz"
sha256 "f5a6a26704a0ff61d40d608b21b1bec11db385442e6d983b60eb2ca461532ae5"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main"

stable do
url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
sha256 "f897f76b1fae6b85b567ee86d7bc1ba6f5b1a13d3bfa5fe0f07fdb81609f7b75"

# Backport fix to build on Linux
patch do
url "https://github.com/KhronosGroup/Vulkan-Tools/commit/105d6c1fede00c3a9055e5a531ebf3d99bac406e.patch?full_index=1"
sha256 "d3dac23d470b81b4de346c8bac377e0bf8fbf67b862be5f020cb2a11f31a6950"
end
end

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^vulkan-sdk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/v/vulkan-utility-libraries.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class VulkanUtilityLibraries < Formula
desc "Utility Libraries for Vulkan"
homepage "https://github.com/KhronosGroup/Vulkan-Utility-Libraries"
url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/v1.4.326.tar.gz"
sha256 "74bc0be35045bc4f3e7dd2b52fbf8141cda7329ab9d4f14c988442bd74f201c8"
url "https://github.com/KhronosGroup/Vulkan-Utility-Libraries/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
sha256 "0cb3c19bc1ce3877a69fe00955597684fa7bde569eea633ac735e36dd959768e"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-Utility-Libraries.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^vulkan-sdk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/v/vulkan-validationlayers.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
class VulkanValidationlayers < Formula
desc "Vulkan layers that enable developers to verify correct use of the Vulkan API"
homepage "https://github.com/KhronosGroup/Vulkan-ValidationLayers"
url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/v1.4.326.tar.gz"
sha256 "41b0a3d5b8a0a1ed395650adfc453b9711ee02c27abdc27845dc58c683d31268"
url "https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
sha256 "80f929ac4e9a1810401064fcd3a789a98006c7916b73b215c235a5f538daa5e9"
license "Apache-2.0"
head "https://github.com/KhronosGroup/Vulkan-ValidationLayers.git", branch: "main"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
regex(/^vulkan-sdk[._-]v?(\d+(?:\.\d+)+)$/i)
end

bottle do
Expand Down
2 changes: 1 addition & 1 deletion synced_versions_formulae.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
["technitium-dns", "technitium-library"],
["tmuxinator", "tmuxinator-completion"],
["tree-sitter", "tree-sitter-cli"],
["vulkan-headers", "vulkan-loader", "vulkan-profiles", "vulkan-tools", "vulkan-utility-libraries", "vulkan-validationlayers"],
["vulkan-extensionlayer", "vulkan-headers", "vulkan-loader", "vulkan-profiles", "vulkan-tools", "vulkan-utility-libraries", "vulkan-validationlayers"],
["wp-cli", "wp-cli-completion"]
]
Loading