Skip to content

Commit

Permalink
Merge pull request #170779 from Homebrew/bump-cli11-2.4.2
Browse files Browse the repository at this point in the history
cli11 2.4.2
  • Loading branch information
BrewTestBot authored May 4, 2024
2 parents 79b7ffd + 954a1b3 commit db29cb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/c/cli11.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
class Cli11 < Formula
desc "Simple and intuitive command-line parser for C++11"
homepage "https://cliutils.github.io/CLI11/book/"
url "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.1.tar.gz"
sha256 "73b7ec52261ce8fe980a29df6b4ceb66243bb0b779451dbd3d014cfec9fdbb58"
url "https://github.com/CLIUtils/CLI11/archive/refs/tags/v2.4.2.tar.gz"
sha256 "f2d893a65c3b1324c50d4e682c0cdc021dd0477ae2c048544f39eed6654b699a"
license "BSD-3-Clause"
head "https://github.com/CLIUtils/CLI11.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, all: "bc2b6dd32f38c71c9b8f099d47dda0dad6c3c7c7f42159387bfda44282743b67"
sha256 cellar: :any_skip_relocation, all: "ac6e1c22dd84d1140e50cb956aa137895d11ab8e0c6343b732f07e3114e31988"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit db29cb1

Please sign in to comment.