diff --git a/Formula/q/quill.rb b/Formula/q/quill.rb index 5796cac553989..b760d6892ec81 100644 --- a/Formula/q/quill.rb +++ b/Formula/q/quill.rb @@ -1,13 +1,13 @@ class Quill < Formula desc "C++17 Asynchronous Low Latency Logging Library" homepage "https://github.com/odygrd/quill" - url "https://github.com/odygrd/quill/archive/refs/tags/v7.4.0.tar.gz" - sha256 "749e6f75ee0889062f7135306832de5ad4d5d2e638b52316b5cd3f9af8671aff" + url "https://github.com/odygrd/quill/archive/refs/tags/v7.5.0.tar.gz" + sha256 "18846d7c50f2ffe753661b204004fac2df9143e59cf150ecbe77315bc0b232c4" license "MIT" head "https://github.com/odygrd/quill.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "7cf1b51237a68bd846ba0b630050b0e0cff5ccf717c06f6e4d7062c56170716c" + sha256 cellar: :any_skip_relocation, all: "1663a1bfbeeaaf362b731548bbf87fe9b8ced0586988b67ea1ff12e90613b56f" end depends_on "cmake" => :build