From 9161e8bcc353d8ea3346a62eb2b8f4c8feda3665 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 11 Jun 2024 03:25:47 +0000 Subject: [PATCH 1/2] bore-cli 0.5.1 bore-cli: update test Signed-off-by: Rui Chen --- Formula/b/bore-cli.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/b/bore-cli.rb b/Formula/b/bore-cli.rb index aad235d3accfc..a36b4db1eb0ca 100644 --- a/Formula/b/bore-cli.rb +++ b/Formula/b/bore-cli.rb @@ -1,8 +1,8 @@ class BoreCli < Formula desc "Modern, simple TCP tunnel in Rust that exposes local ports to a remote server" homepage "https://github.com/ekzhang/bore" - url "https://github.com/ekzhang/bore/archive/refs/tags/v0.5.0.tar.gz" - sha256 "d084024cfa14b3b1df065fdf760fced511c228ff2441eda7874e3608f7563783" + url "https://github.com/ekzhang/bore/archive/refs/tags/v0.5.1.tar.gz" + sha256 "8da3d83647f7f1159553e66d28a94c944ffc55f44962340d3f8046fda1528533" license "MIT" head "https://github.com/ekzhang/bore.git", branch: "main" @@ -31,6 +31,5 @@ def install assert_match version.to_s, shell_output("#{bin}/bore --version") ensure Process.kill("TERM", wait_thr.pid) - Process.wait(wait_thr.pid) end end From 404d8f020455f923153553883f1cfbf0383c05c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 11 Jun 2024 13:10:57 +0000 Subject: [PATCH 2/2] bore-cli: update 0.5.1 bottle. --- Formula/b/bore-cli.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/b/bore-cli.rb b/Formula/b/bore-cli.rb index a36b4db1eb0ca..d8757ce800994 100644 --- a/Formula/b/bore-cli.rb +++ b/Formula/b/bore-cli.rb @@ -7,15 +7,13 @@ class BoreCli < Formula head "https://github.com/ekzhang/bore.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "282b75b9ae8f66be3673c5b773f61155e14b3bef8c0f0b55185ed423503ca45f" - sha256 cellar: :any_skip_relocation, arm64_ventura: "cb47ecce95ccc9be42a41eda84b836c24d51e3f0f03d7bc2f9f58930d44f1926" - sha256 cellar: :any_skip_relocation, arm64_monterey: "0df2603bf726d38c1bb460314d7aab187fde1c27da34317cbff46747ec84089e" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "a3141c449ac083c080e231209c7bafb116e976dfec7e928be33fc8c2fb2e4218" - sha256 cellar: :any_skip_relocation, sonoma: "d265122080de61d48774ba1b3cebf7d02a063750f50076403cf0309f2a0143ae" - sha256 cellar: :any_skip_relocation, ventura: "d3f94ffbd3c2d3f8aa5759ca3067bf0720de74e30245f919713e3d11a9359076" - sha256 cellar: :any_skip_relocation, monterey: "a5b791059a772c80e99672c0b74cec175ca92e6d491dde57b4706e9725bf7d58" - sha256 cellar: :any_skip_relocation, big_sur: "f0d502b5d29f2ac526f860d30df22672a3e4da6ad95a528e9fa57227914ff3b4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a2e09d9b492e58b1953a5c04e5bc6e4b62d396fba96c92ecb6612b0c26fe5df1" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "920e27d242a6dc0046cc662efc7068f2ae2fcc69c4dbc1540649b62a3ddd05c9" + sha256 cellar: :any_skip_relocation, arm64_ventura: "0aa561f03bba9d8b9b130839de74f1eb296e878d008a81b9e458ca38b3ed24f6" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a754b67136235aba2145c621ea7f909a59590ca1105b8d73c00e90d6b19ab0b3" + sha256 cellar: :any_skip_relocation, sonoma: "ca5eb6ca68f25774ba941f9fad86e2528c81a4f84f88ccd0adb00f70ca886ddc" + sha256 cellar: :any_skip_relocation, ventura: "224c80b12426f9abbc8e8eb321d57d31975619097e21f9ad63d3f857bf783579" + sha256 cellar: :any_skip_relocation, monterey: "2439254d8e7023678061ea97440b6b05227d2bc7383a1e017eb81c9960e68b9e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2b41e13809ef0fbc798879444f351d5c15122060706306448db6ad1a1635ca47" end depends_on "rust" => :build