Skip to content

Commit 0b57113

Browse files
authored
Merge pull request Homebrew#227030 from Homebrew/bump-thriftgo-0.4.2
thriftgo 0.4.2
2 parents 38757c9 + a472e4c commit 0b57113

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/t/thriftgo.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Thriftgo < Formula
22
desc "Implementation of thrift compiler in go language with plugin mechanism"
33
homepage "https://github.com/cloudwego/thriftgo"
4-
url "https://github.com/cloudwego/thriftgo/archive/refs/tags/v0.4.1.tar.gz"
5-
sha256 "b6a1555e5fb0264075231ff72babe5c28ccfb1893aec4dd26baf9a0e8fc1908f"
4+
url "https://github.com/cloudwego/thriftgo/archive/refs/tags/v0.4.2.tar.gz"
5+
sha256 "da9045011f581e7298b7ceadc87799da16f129dece7831134ef99686cabee997"
66
license "Apache-2.0"
77
head "https://github.com/cloudwego/thriftgo.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "53f3fbca6aa77b1b588d06197096cfea7ba232bb3b1e2cabb0b9b390e16e93a5"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "53f3fbca6aa77b1b588d06197096cfea7ba232bb3b1e2cabb0b9b390e16e93a5"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "53f3fbca6aa77b1b588d06197096cfea7ba232bb3b1e2cabb0b9b390e16e93a5"
13-
sha256 cellar: :any_skip_relocation, sonoma: "8837a082a7a66b5f89a4f707077cf73c278d84a41f6c4ec6d001059885b272ce"
14-
sha256 cellar: :any_skip_relocation, ventura: "8837a082a7a66b5f89a4f707077cf73c278d84a41f6c4ec6d001059885b272ce"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "6fbae7d271c1b3f8435066c5b35b9efb82ac79439ba7ebddb805953c8ff54ab4"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "887cf03d5742f5eb02c9e8dabaeb50dcc22b44f4e580f6a61422d5223b276c00"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c720ab9c1f830deec42fba0c376e3953a8ff3e5860a41c9d0268d2fdb4567eaa"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c720ab9c1f830deec42fba0c376e3953a8ff3e5860a41c9d0268d2fdb4567eaa"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c720ab9c1f830deec42fba0c376e3953a8ff3e5860a41c9d0268d2fdb4567eaa"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bbf29ea8be747f8fb6bcc955b9a410fd5338bcfd0f1e7b3d13961d0facee1d58"
14+
sha256 cellar: :any_skip_relocation, ventura: "bbf29ea8be747f8fb6bcc955b9a410fd5338bcfd0f1e7b3d13961d0facee1d58"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "84c521e4451829ce8f2c9bda42627067ff1424904ffb26d003999ba00635af3e"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "418202e1636b9ecf8d0703e3db623e3d1c55696f64e289bd01bd02ade6d6e032"
1717
end
1818

1919
depends_on "go" => :build

0 commit comments

Comments
 (0)