Skip to content

Commit 3f94c4f

Browse files
authored
Merge pull request #230146 from Homebrew/bump-vulkan-volk-1.4.321.0
vulkan-volk 1.4.321.0
2 parents 18d96a1 + 4bfe414 commit 3f94c4f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/v/vulkan-volk.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class VulkanVolk < Formula
22
desc "Meta loader for Vulkan API"
33
homepage "https://github.com/zeux/volk"
4-
url "https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-1.4.313.0.tar.gz"
5-
sha256 "d86bcf1aff499f41a3e445b55df5e393a5ce49b1bda689eb7335b0a0a54a3c0b"
4+
url "https://github.com/zeux/volk/archive/refs/tags/vulkan-sdk-1.4.321.0.tar.gz"
5+
sha256 "021ed905eea6f3e2cc8a60a21459ee7b43f98f32052ca30f27a3be390b7a4862"
66
license "MIT"
77
head "https://github.com/zeux/volk.git", branch: "master"
88

@@ -12,13 +12,13 @@ class VulkanVolk < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "57ad90313f5f630dbefea47e8d8561eaedc1dc659b7d8fd4209a62b10cdd2427"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "25b9a1acdc8aa212409bc39ab15ef2481ffd6b6a4ef70540065bfd4c529ef364"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fa901f6202a93f4637cafdc5bf235785037ab47b9ecc3f9de2c6d913a0b036a0"
18-
sha256 cellar: :any_skip_relocation, sonoma: "b82d2bec7f1739b3eefe9c0e94b2600c82b6cbf12282bbae193f34f7901aa5dc"
19-
sha256 cellar: :any_skip_relocation, ventura: "25ca80bfd5f0821f0563cf49180ae461c1112c155d4384cae0d1d5edef54a926"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "f05885083682f42c270745947ae747c5cf98d2aeacba8c0e54920571850f4d85"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "75e37f363fe26c5c8eb7477529d0c857d5c0f1a31b0ffb7b047e0a05d759c42d"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "99e4c0586eaf099664769e549303fde82ba3cd50a1e8e163bfc18d0c525740db"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae9f2a9bdc89a383cca4d614129fd12c67156c0e0e378081589343ed79f56f7c"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "09c600ff16bcf8ae87fcdb602e357a9325b723f01ae30bdfc22c7f6a786dbe8d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "02cff54f58df02f67611045a0920bb08db0cc867980a9911e5b74c0bad10ccca"
19+
sha256 cellar: :any_skip_relocation, ventura: "60eb51a1674bf27164fb44dd7bfeb65f64f1f66030652a068addc823f26a165c"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "12867ef8aeb8fa56c168145d06c8eae971c6387b7b6669b680fb1391f06205c7"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7ea8baa917dd5dac29ee7937d2776264f7099aefb2768a02afb33e09efc7d4d1"
2222
end
2323

2424
depends_on "cmake" => :build

0 commit comments

Comments
 (0)