Skip to content

Commit f3aea44

Browse files
authored
Merge pull request #251506 from Homebrew/bump-quill-10.2.0
quill 10.2.0
2 parents 8f66aae + bcbcf4f commit f3aea44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/q/quill.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Quill < Formula
22
desc "C++17 Asynchronous Low Latency Logging Library"
33
homepage "https://github.com/odygrd/quill"
4-
url "https://github.com/odygrd/quill/archive/refs/tags/v10.1.0.tar.gz"
5-
sha256 "840f8171cba1d4f31db9bd2de1a3808f33082832420b2ea19962f05a59359ce9"
4+
url "https://github.com/odygrd/quill/archive/refs/tags/v10.2.0.tar.gz"
5+
sha256 "d0756ce6716e01c48e52588cdec12b7c77854204bf96f27fb683fd6c11a6be13"
66
license "MIT"
77
head "https://github.com/odygrd/quill.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "cd4a23e26f61ae509495377e30f6c6144057645efbc33be9fcc6cb769f2b0e10"
10+
sha256 cellar: :any_skip_relocation, all: "0478564bbc13b0a9b5e58b36df4e6d5f138ec2dcc510c5c3ab48bf496cbc5b5f"
1111
end
1212

1313
depends_on "cmake" => :build

0 commit comments

Comments
 (0)