From 7e4d902dfc7cd1d0b18475eb712ccfaa71758678 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Fri, 22 Mar 2024 19:56:04 -0400 Subject: [PATCH 1/2] libobjc2 2.2.1 autobump: add libobjc2 Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/lib/libobjc2.rb | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index b384b255eaa0..4ad6d8fd7287 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -1058,6 +1058,7 @@ liblouis libmicrohttpd libnfs libnice +libobjc2 libomp libopenmpt liboqs diff --git a/Formula/lib/libobjc2.rb b/Formula/lib/libobjc2.rb index fa416839ae94..c18534285b1f 100644 --- a/Formula/lib/libobjc2.rb +++ b/Formula/lib/libobjc2.rb @@ -1,8 +1,8 @@ class Libobjc2 < Formula desc "Objective-C runtime library intended for use with Clang" homepage "https://github.com/gnustep/libobjc2" - url "https://github.com/gnustep/libobjc2/archive/refs/tags/v2.1.tar.gz" - sha256 "78fc3711db14bf863040ae98f7bdca08f41623ebeaf7efaea7dd49a38b5f054c" + url "https://github.com/gnustep/libobjc2/archive/refs/tags/v2.2.1.tar.gz" + sha256 "768ea8c5bd0999a29b5d15781125494f986456c1dc5c51d370fb31852cd31ea1" license "MIT" bottle do @@ -22,8 +22,8 @@ class Libobjc2 < Formula fails_with :gcc resource "robin-map" do - url "https://github.com/Tessil/robin-map/archive/refs/tags/v1.0.1.tar.gz" - sha256 "b2ffdb623727cea852a66bddcb7fa6d938538a82b40e48294bb581fe086ef005" + url "https://github.com/Tessil/robin-map/archive/refs/tags/v1.2.1.tar.gz" + sha256 "2b54d2c1de2f73bea5c51d5dcbd64813a08caf1bfddcfdeee40ab74e9599e8e3" end def install @@ -55,6 +55,6 @@ def install "-L#{testpath}", "-Wl,-rpath,#{testpath}", "-lTest", "-o", "RuntimeTest" # RuntimeTest deliberately throws a test exception and outputs this to stderr. - assert_match "in flight exception", shell_output("#{testpath}/RuntimeTest 2>&1") + assert_match "testExceptions() ran", shell_output("#{testpath}/RuntimeTest 2>&1") end end From 5533c08bb60379ad8f69e2ace3dc111ad3cd28f4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:42:35 +0000 Subject: [PATCH 2/2] libobjc2: update 2.2.1 bottle. --- Formula/lib/libobjc2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/lib/libobjc2.rb b/Formula/lib/libobjc2.rb index c18534285b1f..8f3efac05ad1 100644 --- a/Formula/lib/libobjc2.rb +++ b/Formula/lib/libobjc2.rb @@ -6,7 +6,7 @@ class Libobjc2 < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, x86_64_linux: "ba344263f90c949f7be3cf48ac100e83eb0fe062f5b770cd688b2b84b6f3ece4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7b71a49e26e6f376aea15f25c584ba70da3ea0c4cfbb7eaa0e66a52eb300ccb9" end depends_on "cmake" => :build