From ccc18208bb8172dae801f4b681b5233aeb037c67 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 11 Jan 2025 11:02:45 +0000 Subject: [PATCH 1/2] oha 1.6.0 oha: revert `cc` crate to 1.2.7 Signed-off-by: Rui Chen --- Formula/o/oha.rb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Formula/o/oha.rb b/Formula/o/oha.rb index cae159c292f07..63b40a391c4a4 100644 --- a/Formula/o/oha.rb +++ b/Formula/o/oha.rb @@ -1,8 +1,8 @@ class Oha < Formula desc "HTTP load generator, inspired by rakyll/hey with tui animation" homepage "https://github.com/hatoo/oha/" - url "https://github.com/hatoo/oha/archive/refs/tags/v1.5.0.tar.gz" - sha256 "2e8d42df346486d3ed5be5016361f40a12989aeffd1c239e307e3bcb414d84c9" + url "https://github.com/hatoo/oha/archive/refs/tags/v1.6.0.tar.gz" + sha256 "44ae493c24f42f8994b4192ace99e63866c054e305d368bf77176108cbfa93fd" license "MIT" head "https://github.com/hatoo/oha.git", branch: "master" @@ -23,6 +23,12 @@ class Oha < Formula depends_on "openssl@3" # Uses Secure Transport on macOS end + # revert `cc` crate to 1.2.7, upstream pr ref, https://github.com/hatoo/oha/pull/662 + patch do + url "https://github.com/hatoo/oha/commit/e016c271326c201343cf17347dd5c5d6b0de1ab7.patch?full_index=1" + sha256 "c3b9b1ef1486e0a9427b2623c8f6852c78fd7fd020383f36a5d2d62cb20b5970" + end + def install system "cargo", "install", *std_cargo_args end From 39a5817ee7eb4886dae54ee2cde04c6b03609830 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 11 Jan 2025 21:43:15 +0000 Subject: [PATCH 2/2] oha: update 1.6.0 bottle. --- Formula/o/oha.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/oha.rb b/Formula/o/oha.rb index 63b40a391c4a4..3f037bee8bd7f 100644 --- a/Formula/o/oha.rb +++ b/Formula/o/oha.rb @@ -7,12 +7,12 @@ class Oha < Formula head "https://github.com/hatoo/oha.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "984dc4607535bb3a869d60fd1c34804ebfdd882b24dfd990eecafcd8679f4bf5" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "7b23f4409e37e53965b0a82bfde684184f3080353c2e3aeac601e317069d953f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4132c0d27dc38f1745b0179b77498c1edaca6fb7d540346a23d0a08e1387a6c4" - sha256 cellar: :any_skip_relocation, sonoma: "923cfd10cb1a3a398758aa6d2903df5ac91b473e0d49883db429eb759e38676c" - sha256 cellar: :any_skip_relocation, ventura: "eaed6763c85875e5e8b71a6f707364a5404aed32bec63b30a7914ec5d2c89719" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c077fcfef79627928278c2ac332303b34ffcdf13aa13e22d2d68ca992fe793c" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "4eac11cb3fb9c60fbffe35ae659200e4491eca44ba1d6dd9c790a1a9c20c328f" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "92d34d54400e6fd3b89941b53d9123ad3ccf48729f5d1be339d0bc82a866f723" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e1023f87ef5f7e7d0a8822b28e0b7686ffadb4a79ffcd1530c30ed0126926c1c" + sha256 cellar: :any_skip_relocation, sonoma: "e0c6a3ab1ef063700120ae41e4d0effb55c4c7f77874a8c3c130e6529542c702" + sha256 cellar: :any_skip_relocation, ventura: "33932e34c92a5cf9da0c0750b367db40fc63892c56cc045995038c7acfe427a9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "fa9ae4a5a98546c0aea7407e2626a616c9e38b84db2649a947ce882812edcea7" end depends_on "cmake" => :build # for aws-lc-sys