From 9f95f9f17a355f462513133767f430ba8b3238b9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 4 May 2024 06:26:33 +0000 Subject: [PATCH] cli11 2.4.2 --- Formula/c/cli11.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/c/cli11.rb b/Formula/c/cli11.rb index f3244afe2e41..05984bb9ccc1 100644 --- a/Formula/c/cli11.rb +++ b/Formula/c/cli11.rb @@ -1,8 +1,8 @@ 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"