From 973a82c0cdc8f847a74625be309197ab4d188c33 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 13 Jul 2024 15:43:31 +0000 Subject: [PATCH 1/2] quill 5.0.0 --- Formula/q/quill.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/quill.rb b/Formula/q/quill.rb index 78b4d18dac8c8..1a59b7d6e3afe 100644 --- a/Formula/q/quill.rb +++ b/Formula/q/quill.rb @@ -1,8 +1,8 @@ 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/v4.5.0.tar.gz" - sha256 "70e8f4a76fd8a83b60d378f31b70dd09a9381686ebafdcd0db08fe099f518309" + url "https://github.com/odygrd/quill/archive/refs/tags/v5.0.0.tar.gz" + sha256 "c2fd2b090db7d2d7633d4ee5a8316e43b4f5a13d8e339721b8e830fb03c25129" license "MIT" head "https://github.com/odygrd/quill.git", branch: "master" From 3a5ee315276d1c3750ce8ced7bdd9ebfc1fbe792 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 13 Jul 2024 16:10:28 +0000 Subject: [PATCH 2/2] quill: update 5.0.0 bottle. --- Formula/q/quill.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/q/quill.rb b/Formula/q/quill.rb index 1a59b7d6e3afe..7437b3616af07 100644 --- a/Formula/q/quill.rb +++ b/Formula/q/quill.rb @@ -7,7 +7,7 @@ class Quill < Formula head "https://github.com/odygrd/quill.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "5c1568177a7e1445323fa1dba52854c88d1385ef697a7411ee0286c8db6e2a26" + sha256 cellar: :any_skip_relocation, all: "24825b32d92f3c242c571fd6b4994bff288b03068e6fa0c4660a895628a6e887" end depends_on "cmake" => :build