From 71c140590135a119fba7ace12b2adb582e9ab19f Mon Sep 17 00:00:00 2001 From: Porkepix Date: Mon, 6 Nov 2023 13:35:36 +0100 Subject: [PATCH 1/2] argparse 3.0 --- Formula/a/argparse.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/a/argparse.rb b/Formula/a/argparse.rb index 945df92d4cc08..e92f424377945 100644 --- a/Formula/a/argparse.rb +++ b/Formula/a/argparse.rb @@ -1,8 +1,8 @@ class Argparse < Formula desc "Argument Parser for Modern C++" homepage "https://github.com/p-ranav/argparse" - url "https://github.com/p-ranav/argparse/archive/refs/tags/v2.9.tar.gz" - sha256 "cd563293580b9dc592254df35b49cf8a19b4870ff5f611c7584cf967d9e6031e" + url "https://github.com/p-ranav/argparse/archive/refs/tags/v3.0.tar.gz" + sha256 "ba7b465759bb01069d57302855eaf4d1f7d677f21ad7b0b00b92939645c30f47" license "MIT" head "https://github.com/p-ranav/argparse.git", branch: "master" From 79e8264f0942239ba5540f1dd93c22311933921c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:50:04 +0000 Subject: [PATCH 2/2] argparse: update 3.0 bottle. --- Formula/a/argparse.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/a/argparse.rb b/Formula/a/argparse.rb index e92f424377945..a1549fbb55961 100644 --- a/Formula/a/argparse.rb +++ b/Formula/a/argparse.rb @@ -7,7 +7,7 @@ class Argparse < Formula head "https://github.com/p-ranav/argparse.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, all: "b06b4b33d861e3940c10cfcebc48c96a7154bd0495beb206206ac39e0c7e5fb2" + sha256 cellar: :any_skip_relocation, all: "83247bc96ba531d3c00bedb4ff57b5c704e33ab3e2fa53eb2ef82385f99bd022" end depends_on "cmake" => :build