Skip to content

Commit f64f9a5

Browse files
authored
Merge pull request #235691 from Homebrew/bump-bindgen-0.72.1
bindgen 0.72.1
2 parents 7870839 + 05163cd commit f64f9a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/b/bindgen.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Bindgen < Formula
22
desc "Automatically generates Rust FFI bindings to C (and some C++) libraries"
33
homepage "https://rust-lang.github.io/rust-bindgen/"
4-
url "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.72.0.tar.gz"
5-
sha256 "1da7050a17fdab0e20d5d8c20d48cddce2973e8b7cb0afc15185bfad22f8ce5b"
4+
url "https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v0.72.1.tar.gz"
5+
sha256 "4ffb17061b2d71f19c5062d2e17e64107248f484f9775c0b7d30a16a8238dfd1"
66
license "BSD-3-Clause"
77
head "https://github.com/rust-lang/rust-bindgen.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab793bcbe793c0693c14daff5b477d5397d7e069f3190189e83d9659c10f9bc7"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b11073237e5763df10aae7d7ce47533d170fb6155bcb5af6985fea0a6a131e2b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4d04ee15bd2faedceb86890fff428cae50dd287814d01dd45169e3dc83e1ea97"
13-
sha256 cellar: :any_skip_relocation, sonoma: "a47ecb2e6c408618767f5705d70566fd137668b71141c7150e00a39be56c1dde"
14-
sha256 cellar: :any_skip_relocation, ventura: "458de6ccbbc58a92745143b41dc87d5a91d6142e56c17a07b9e3ce8bba11b7fa"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "02118889ab4a3a4e7b05450a38d9c7b363c2e2094d1e5333f88fba0324326438"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dd35d025d93161a3132f015b1f10a151c475dc6734bd80530b5f1d8105a53483"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e96f4bff4bf8646a132175f87710ffe282dadf9814a67cb0e2ab5cbfb47aaf97"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "68791b14f20aa5fbf605d2c762f4937c6e2389ab0659cf034699dfa5f41a2969"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b944567744c969e7238489247ecaa33f89fe66db3a1b02e58280a083688f8d83"
13+
sha256 cellar: :any_skip_relocation, sonoma: "6c7bb66b409bc5c4e9eb5f72cca1731fff75f37f7d1384ca8898d8db8cae48eb"
14+
sha256 cellar: :any_skip_relocation, ventura: "792a06e919fcf82e56401303df647e59151368a8df2b633f6a042eef48f9d62a"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "5b6fe44a6d1ee205e403de6abdfb06a0956ff3747a4201100e5c031beaa86599"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a12ce571a9dcdf6ba8212d717096305d37d845c80551c3d26a0679efc76e2824"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)