Skip to content

Commit d7819b7

Browse files
authored
Merge pull request #209127 from Homebrew/bump-cli11-2.5.0
cli11 2.5.0
2 parents 4cad187 + 331cd3d commit d7819b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/c/cli11.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
class Cli11 < Formula
22
desc "Simple and intuitive command-line parser for C++11"
33
homepage "https://cliutils.github.io/CLI11/book/"
4-
url "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.2.tar.gz"
5-
sha256 "f2d893a65c3b1324c50d4e682c0cdc021dd0477ae2c048544f39eed6654b699a"
4+
url "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.5.0.tar.gz"
5+
sha256 "17e02b4cddc2fa348e5dbdbb582c59a3486fa2b2433e70a0c3bacb871334fd55"
66
license "BSD-3-Clause"
77
head "https://github.com/CLIUtils/CLI11.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, all: "ac6e1c22dd84d1140e50cb956aa137895d11ab8e0c6343b732f07e3114e31988"
10+
sha256 cellar: :any_skip_relocation, all: "2e33f4138edb61fd28013e3b07a676073c521bf6004d3313f3bb07a7a824315b"
1111
end
1212

1313
depends_on "cmake" => :build

0 commit comments

Comments
 (0)