diff --git a/Formula/lib/libmsquic.rb b/Formula/lib/libmsquic.rb index e421d1340e08e..7cbd081b7c587 100644 --- a/Formula/lib/libmsquic.rb +++ b/Formula/lib/libmsquic.rb @@ -2,18 +2,18 @@ class Libmsquic < Formula desc "Cross-platform, C implementation of the IETF QUIC protocol" homepage "https://github.com/microsoft/msquic" url "https://github.com/microsoft/msquic.git", - tag: "v2.4.11", - revision: "18b58030a1aee72d94d705d5738cfb87650b063a" + tag: "v2.4.14", + revision: "4922536a9b0b5d1d5c14f907eb3bd0977201123d" license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "89bbdc9b1db3f643d9f223538b09cbf0b4bb1133c662630e65430db4692a94ae" - sha256 cellar: :any, arm64_sonoma: "8325d65147aec0bda760fff3877c7a5906317d15f49f21c644e8fd994ce749ee" - sha256 cellar: :any, arm64_ventura: "1fcbd01c40f6eec8d01052e3635e61af732e8fae1f53ad4e1b1125ea119819e3" - sha256 cellar: :any, sonoma: "3eac3ea81c90f349167dcacfdfc2f98447f700c297f8060d5f4f7f302aaf6147" - sha256 cellar: :any, ventura: "f4a98a03a312f0cb685d111690cd7687bfc15250d22d768e642b69528b11d4c2" - sha256 cellar: :any_skip_relocation, arm64_linux: "8c01a5f417fe2d51b8f21803595b2091745d2eeb0f5ab0653ecc9c836ef17ffa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5d79cb6eaecbe706a86c2a93feb7f45841395d5a2ee2ab7101f5570e77c2482a" + sha256 cellar: :any, arm64_sequoia: "c47a15dea5086c543f5e151ebc0c1c7f81a35efdc92afad98b8831b44e693cbc" + sha256 cellar: :any, arm64_sonoma: "a015334cbb4a87a0cb7eb21f907dec2d437b179762b3cfa2849ae45945f19a52" + sha256 cellar: :any, arm64_ventura: "9b968e4192831d8e8cfba5d3a84c56dfe7db39ccbada6e32f453a9925a648b28" + sha256 cellar: :any, sonoma: "2f2f1e22172b185c48d21d5e98cf5bf0e0f86781148e295987f71e72fd4ba65e" + sha256 cellar: :any, ventura: "27f75a074b84c50563b478711d53ee480a979a3f5484f99d11d97c5e1eacfb82" + sha256 cellar: :any_skip_relocation, arm64_linux: "99cab09d054f40103082ead4ea8cac669ff142cf9f15680eefc6646609226e9a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "01ee627835230cd6187ece4469c346e5f12805b4490b7011e1b576a3f3dae474" end depends_on "cmake" => :build