Skip to content

Commit 86f70d3

Browse files
authored
Merge pull request Homebrew#225317 from Homebrew/bump-cargo-binstall-1.12.6
cargo-binstall 1.12.6
2 parents f30f42e + df24b8e commit 86f70d3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cargo-binstall.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CargoBinstall < Formula
22
desc "Binary installation for rust projects"
33
homepage "https://github.com/cargo-bins/cargo-binstall"
4-
url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.12.5.tar.gz"
5-
sha256 "09dd754bda00b1a270e8d5794431fe6cc6f580410dcefa29e98f4d4679823019"
4+
url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.12.6.tar.gz"
5+
sha256 "3980b886bb2d7cc7fa3fd59111538af4ede130d41f58dceb50faa00d065c521b"
66
license "GPL-3.0-only"
77
head "https://github.com/cargo-bins/cargo-binstall.git", branch: "main"
88

@@ -15,13 +15,13 @@ class CargoBinstall < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4cb84dd812e3878c557d5f71ef672060c913cfc90fb10348946c7d3a83678bf1"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "38a87dd4f4954fcdb66eb1a4ec4ee1cef0d7ceaafd3d6566606cbdb5e7cf784e"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "88a6d94e79b2b569fd351c15e4d56d8230b18c9837dd1cdee0cb954139782034"
21-
sha256 cellar: :any_skip_relocation, sonoma: "cfb9069f33fd6ca189d6806dc5a2d017f1213569b53b916a1afcd4a6ad3cc490"
22-
sha256 cellar: :any_skip_relocation, ventura: "cc1f4b16ef345037fa2bd396e736bbfe326adda01ce9e56329ec129caf3ded59"
23-
sha256 cellar: :any_skip_relocation, arm64_linux: "3221e17f438e454485a61f9ad12b22a5cb15c6bebcc72ddd0d34406c857e3e6d"
24-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9c22bc120d0add8321c976a396546f9453ce2ef722f7843eb7f8eb44ee5e2ee6"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5860a3db624f3f2c2619498ed85f0da7d0c280dc83cd65cf95d566ebaba7a0d9"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8144abd09add935d93063769d78d178416c4c1c2a320447e44610db4d55c3fc4"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "251d65bc670309277fe51abcf4d35010fe40080302034e8c91c6e26eeea90937"
21+
sha256 cellar: :any_skip_relocation, sonoma: "4ce423686adb6a7ac91bdee2564a5cb41863a4f5b518bd2b8f113bdfbbf280d6"
22+
sha256 cellar: :any_skip_relocation, ventura: "4223ddd3f40a11768e8c10ed553ac352178ce2a3d214cfc0d27b3001d3b780ed"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "e3b5e60f387ffc75b90a10dc8d4a38c59bc421270e0ce2f6140460df2142f9ee"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "35673fe55ff1af9f5eeb722f7b9d038a6d05fad75791b12543bd5fcf5c2b943f"
2525
end
2626

2727
depends_on "rust" => :build

0 commit comments

Comments
 (0)