grpc-swift 1.6.0
Closes #91039. Signed-off-by: rui <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
ab0124fd55
commit
b59e183c2a
|
@ -1,11 +1,16 @@
|
|||
class GrpcSwift < Formula
|
||||
desc "Swift language implementation of gRPC"
|
||||
homepage "https://github.com/grpc/grpc-swift"
|
||||
url "https://github.com/grpc/grpc-swift/archive/1.5.0.tar.gz"
|
||||
sha256 "f182b5f9b0e809b0a56f1b2089b1c9d6da78ace46871ceeebd28d751ac80a5db"
|
||||
url "https://github.com/grpc/grpc-swift/archive/1.6.0.tar.gz"
|
||||
sha256 "f08729b656dd1e7c1e273f2362a907d3ce6721348a4cd347574cd1ef28a95983"
|
||||
license "Apache-2.0"
|
||||
head "https://github.com/grpc/grpc-swift.git", branch: "main"
|
||||
|
||||
livecheck do
|
||||
url :stable
|
||||
regex(/^v?(\d+(?:\.\d+)+)$/i)
|
||||
end
|
||||
|
||||
bottle do
|
||||
sha256 cellar: :any_skip_relocation, arm64_monterey: "3fec127f5e67589e99c1fb4aa146632512676bfc2de3fa82ddca739ac4cb5e40"
|
||||
sha256 cellar: :any_skip_relocation, arm64_big_sur: "442e5ec9bbab09b0d5486f9d241cd88369f79a188831e6e2450d885fd213231d"
|
||||
|
|
Loading…
Reference in New Issue