Skip to content

Commit 5567451

Browse files
authored
Merge pull request #220067 from Homebrew/bump-bore-cli-0.5.3
bore-cli 0.5.3
2 parents bbaa7f2 + bdec162 commit 5567451

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: Formula/b/bore-cli.rb

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class BoreCli < Formula
22
desc "Modern, simple TCP tunnel in Rust that exposes local ports to a remote server"
33
homepage "https://github.com/ekzhang/bore"
4-
url "https://github.com/ekzhang/bore/archive/refs/tags/v0.5.2.tar.gz"
5-
sha256 "cf821106ed428314d825ebe2d09f1842f979eac7acbf0976ac9cd01853d65163"
4+
url "https://github.com/ekzhang/bore/archive/refs/tags/v0.5.3.tar.gz"
5+
sha256 "286e2f6fee4928912bfd17f9805e0da250ddcec2200cedbe7056697790bd3914"
66
license "MIT"
77
head "https://github.com/ekzhang/bore.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d465f61200bf68616f4af90759353837da2b25ea2ddfad5515ff0720b96eb45d"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c619d3462869a1fc46282a7d529dc68aa304a6e53e88a52135c682bc86ef4b14"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4d13631a08f76043f5f6bdca2fed25dbefabcb39dcb157b2c5d72200e5761dcb"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2ffe3208657a91339bf71743df476ab60188336afe6cab80f18c296c5c0a985a"
14-
sha256 cellar: :any_skip_relocation, ventura: "6e29b8b5a51458d8c9559bc7ffd8f6cd5433b222ec06d374a9584af7a81f9d38"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "64769adc76cb1b25cd674ebdabf224a02703eda78ae08e83c928a1582d18fa58"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0344bdd72eb8d0b6d36d734feedacddc5c3c1af9f30e7fd1389d8f5bc7732bcc"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "88a9473dd1533097677e95287b01988e3482e729c11936c0da964dd9982a0f67"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ed4f1f198466c0e7bf5303fe3c59a896f468dc6f7df5500b8a53686263d0c85"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0fa3583059981011d5992aafc1ccc443d91c4be3b416f774191329b23904c71c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d54801caf21a2a64b64c705f65b7af8414da32ba63b52a93b32033ea17825810"
14+
sha256 cellar: :any_skip_relocation, ventura: "a14f20e407fcf270edd729d3ab661a62ece9dde4488fccc2d21378d7801bdc42"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "3b6d1ae1df57064b69b50fac50825f6e4b0f225c4f0ecb404b50fa9fdbbd8174"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b25e14702328c566532243a2eb102ed4f8f6d9112bedf05f8925c56c284e59ad"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)