11class 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.14.0 .tar.gz"
5- sha256 "ec22ace925fc504e53b459e26b143401f4a023f30fccd690f825b808a6df748c "
4+ url "https://github.com/cloudwego/kitex/archive/refs/tags/v0.14.1 .tar.gz"
5+ sha256 "a860e6ad8ff5207d9516299d3eec055042b2bd99a3df83bf3c32064c79976a46 "
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 : "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5 "
16- sha256 cellar : :any_skip_relocation , arm64_sonoma : "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5 "
17- sha256 cellar : :any_skip_relocation , arm64_ventura : "bd3442ef21a240deb4ac56e9d397dd28b869916bbebb45a6df9ac61a2fb000a5 "
18- sha256 cellar : :any_skip_relocation , sonoma : "b961c364704b7e3c79cebe40a447cc2d81b481c662442c4ef75f280711b33aed "
19- sha256 cellar : :any_skip_relocation , ventura : "b961c364704b7e3c79cebe40a447cc2d81b481c662442c4ef75f280711b33aed "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "390ec2b9bd576efcccef4a0153750388bba65389858971aed6e819dc7e9088f1 "
15+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "825df4134a567ebd0cda77ffd3405559dc6de97306ceb5bf237cce4623d3a086 "
16+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "825df4134a567ebd0cda77ffd3405559dc6de97306ceb5bf237cce4623d3a086 "
17+ sha256 cellar : :any_skip_relocation , arm64_ventura : "825df4134a567ebd0cda77ffd3405559dc6de97306ceb5bf237cce4623d3a086 "
18+ sha256 cellar : :any_skip_relocation , sonoma : "6f265a5fa49a06007356c7b93dddfb1a946bc40c65baa43b5dc963cd17ab8561 "
19+ sha256 cellar : :any_skip_relocation , ventura : "6f265a5fa49a06007356c7b93dddfb1a946bc40c65baa43b5dc963cd17ab8561 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ab48b9d13d512e833b899f677e027c41ebb6eb9248146288a69b7ec1f9c8921a "
2121 end
2222
2323 depends_on "go" => [ :build , :test ]
0 commit comments