Skip to content

Commit 009b009

Browse files
authored
Merge pull request Homebrew#218818 from Homebrew/bump-kitex-0.13.1
kitex 0.13.1
2 parents 4983acd + 637da11 commit 009b009

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/k/kitex.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Kitex < Formula
22
desc "Golang RPC framework for microservices"
33
homepage "https://github.com/cloudwego/kitex"
4-
url "https://github.com/cloudwego/kitex/archive/refs/tags/v0.13.0.tar.gz"
5-
sha256 "a86b275baa3c9ce96e36650203eb0beccc89136080f68773b189a6ed1e46c3e5"
4+
url "https://github.com/cloudwego/kitex/archive/refs/tags/v0.13.1.tar.gz"
5+
sha256 "8979aab324a0e5c71bbc4a985716df2f43079d83e4c61840611bf69ae25873e1"
66
license "Apache-2.0"
77
head "https://github.com/cloudwego/kitex.git", branch: "develop"
88

@@ -12,12 +12,12 @@ class Kitex < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f4a7896876bae337c884ea58b5384ce45d97067563390230b808365e0840709"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f4a7896876bae337c884ea58b5384ce45d97067563390230b808365e0840709"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3f4a7896876bae337c884ea58b5384ce45d97067563390230b808365e0840709"
18-
sha256 cellar: :any_skip_relocation, sonoma: "1fd75ac2c0264237e9f4adeb32b60740fb0e772bafdf4a4db04e6125d608bb91"
19-
sha256 cellar: :any_skip_relocation, ventura: "1fd75ac2c0264237e9f4adeb32b60740fb0e772bafdf4a4db04e6125d608bb91"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d391f80d886027fb30cf2d7b8781365b533b80bfbe0bf8462716b5676edf6589"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e977ed56c97e8d0d2c32aad83ecd614b852d05c8fd36559d38e71d7d4a4f799d"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e977ed56c97e8d0d2c32aad83ecd614b852d05c8fd36559d38e71d7d4a4f799d"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e977ed56c97e8d0d2c32aad83ecd614b852d05c8fd36559d38e71d7d4a4f799d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "abb62f18d9cd5aa89b0b6e4c0a0fbfc0562d763e22d451c819b316b62b386f52"
19+
sha256 cellar: :any_skip_relocation, ventura: "abb62f18d9cd5aa89b0b6e4c0a0fbfc0562d763e22d451c819b316b62b386f52"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "835f7e5d40ea401fcdb85aa90244a328d3d44eb46668025144ca1ba6ae8e1f63"
2121
end
2222

2323
depends_on "go" => [:build, :test]

0 commit comments

Comments
 (0)