Skip to content

Commit

Permalink
Upgrade fmt to 11.1.1
Browse files Browse the repository at this point in the history
`watchman` appears broken because of a regression in `fmt` fmtlib/fmt#4278
  • Loading branch information
maschwenk committed Dec 27, 2024
1 parent c182892 commit 0f1a01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/f/fmt.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Fmt < Formula
desc "Open-source formatting library for C++"
homepage "https://fmt.dev/"
url "https://github.com/fmtlib/fmt/releases/download/11.1.0/fmt-11.1.0.zip"
url "https://github.com/fmtlib/fmt/releases/download/11.1.1/fmt-11.1.1.zip"
sha256 "e32d42c6be8df768d744bf0e7d4d69c4ccdce0eda44292ba5265add817413f17"
license "MIT"
head "https://github.com/fmtlib/fmt.git", branch: "master"
Expand Down

0 comments on commit 0f1a01c

Please sign in to comment.