Skip to content

Commit e1ca1be

Browse files
committed
vulkan-tools 1.4.312
Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent b02fa2c commit e1ca1be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/v/vulkan-tools.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
class VulkanTools < Formula
22
desc "Vulkan utilities and tools"
33
homepage "https://github.com/KhronosGroup/Vulkan-Tools"
4-
url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.311.tar.gz"
5-
sha256 "7113bc0c746b45072e269fada0d684b4ae9de609c38d9e764b59793b14120a7b"
4+
url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.312.tar.gz"
5+
sha256 "e7052a8ac9ba730442cf5ca87dba28ac5b6bd3b3f9e55cfc115e14081a9f5fec"
66
license "Apache-2.0"
77
head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main"
8+
89
livecheck do
910
url :stable
1011
regex(/^v?(\d+(?:\.\d+)+)$/i)

0 commit comments

Comments
 (0)