We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b02fa2c commit e1ca1beCopy full SHA for e1ca1be
Formula/v/vulkan-tools.rb
@@ -1,10 +1,11 @@
1
class VulkanTools < Formula
2
desc "Vulkan utilities and tools"
3
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"
+ url "https://github.com/KhronosGroup/Vulkan-Tools/archive/refs/tags/v1.4.312.tar.gz"
+ sha256 "e7052a8ac9ba730442cf5ca87dba28ac5b6bd3b3f9e55cfc115e14081a9f5fec"
6
license "Apache-2.0"
7
head "https://github.com/KhronosGroup/Vulkan-Tools.git", branch: "main"
8
+
9
livecheck do
10
url :stable
11
regex(/^v?(\d+(?:\.\d+)+)$/i)
0 commit comments