Skip to content

Commit

Permalink
Merge pull request #206972 from Homebrew/bump-thriftgo-0.3.19
Browse files Browse the repository at this point in the history
thriftgo 0.3.19
  • Loading branch information
BrewTestBot authored Feb 8, 2025
2 parents 14ceeac + aad2ed2 commit 36e0b57
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/t/thriftgo.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Thriftgo < Formula
desc "Implementation of thrift compiler in go language with plugin mechanism"
homepage "https://github.com/cloudwego/thriftgo"
url "https://github.com/cloudwego/thriftgo/archive/refs/tags/v0.3.18.tar.gz"
sha256 "f3985b20cae4f4e52cce559ad9b9d9fcde4af84e9cb867a1f3a83dc49b9f0a8a"
url "https://github.com/cloudwego/thriftgo/archive/refs/tags/v0.3.19.tar.gz"
sha256 "9c43535bd1d783965649dd7ebb1c50dded05a3b031e4e126275c958b732a45ce"
license "Apache-2.0"
head "https://github.com/cloudwego/thriftgo.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c6c5270b2b94f160e70ffb2cc833968fbbeeb96089eeb647477b69efbf18cd80"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6c5270b2b94f160e70ffb2cc833968fbbeeb96089eeb647477b69efbf18cd80"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c6c5270b2b94f160e70ffb2cc833968fbbeeb96089eeb647477b69efbf18cd80"
sha256 cellar: :any_skip_relocation, sonoma: "2c8b5217bf9d0d891e5fc5d901f862f5d63ab7cfbd313b2de1344f96553523f6"
sha256 cellar: :any_skip_relocation, ventura: "2c8b5217bf9d0d891e5fc5d901f862f5d63ab7cfbd313b2de1344f96553523f6"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ab12f0ffd14c2d0402873ef2318e4e53951f8fc676a3cf6dd00f9d3601edf09f"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c5a49664eb60e348c1f782e0f5afcb8204c931b938e02feb53d5dc167512d6f"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8c5a49664eb60e348c1f782e0f5afcb8204c931b938e02feb53d5dc167512d6f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8c5a49664eb60e348c1f782e0f5afcb8204c931b938e02feb53d5dc167512d6f"
sha256 cellar: :any_skip_relocation, sonoma: "ce698cd1707511318f8d6e47f28c69312a2182e4925ca7d9a86b8f90b86d9620"
sha256 cellar: :any_skip_relocation, ventura: "ce698cd1707511318f8d6e47f28c69312a2182e4925ca7d9a86b8f90b86d9620"
sha256 cellar: :any_skip_relocation, x86_64_linux: "33c4d6fe440ee8bd15020d233ae29e3acbbd69df77a221985b61b6f4c6942d35"
end

depends_on "go" => :build
Expand Down

0 comments on commit 36e0b57

Please sign in to comment.