Skip to content

Commit

Permalink
Merge pull request #201135 from Homebrew/bump-cargo-binstall-1.10.17
Browse files Browse the repository at this point in the history
cargo-binstall 1.10.17
  • Loading branch information
BrewTestBot authored Dec 14, 2024
2 parents 12e1656 + dbc818f commit b1f6e2e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/c/cargo-binstall.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class CargoBinstall < Formula
desc "Binary installation for rust projects"
homepage "https://github.com/cargo-bins/cargo-binstall"
url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.10.16.tar.gz"
sha256 "329f140328208f0fdcf11bbb21f7798ea8cbe98186b78c33ebc4f32fc5f974e8"
url "https://github.com/cargo-bins/cargo-binstall/archive/refs/tags/v1.10.17.tar.gz"
sha256 "932a7c566d8bee843885bdfa1a53db84f3b72271ea70f02003a4a2ea6ce2f466"
license "GPL-3.0-only"
head "https://github.com/cargo-bins/cargo-binstall.git", branch: "main"

Expand All @@ -15,12 +15,12 @@ class CargoBinstall < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dc874cd11f8b6f21fe74b325b34ea6eff6c6f6bbe930fdfffabe27069a65255e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d1ced42e480e1a4b2413fc535ec84e38358ed88292c46980dc9a879eb61a07df"
sha256 cellar: :any_skip_relocation, arm64_ventura: "71387df1cf0e36107534fdbd77757e120947b1913f265f04649033122597b7b6"
sha256 cellar: :any_skip_relocation, sonoma: "eb0855885ce3a12990144b37c0adb2b35a169ef59be2611c2786486bd3bad3d6"
sha256 cellar: :any_skip_relocation, ventura: "8f434ea1f60f51f0da1fcd8d57bf7940449562afc7212b68e7066cb58c8b2556"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d42679552269724270d80f5d85a2ead175955e7771cf058bd7a23cb5bff7ebc8"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "44e05c88dab9428c8b691a1a2158dbd863679e2620ad1c72c6202b32234c57e0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "534fb21e8bea2473fe0fd74d20273f5478cbd89a16df76c1b7c10f109ac4936d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3272bc94ad585c33f19a33d37bf09927af55c66faa810e391e8a80f463b61120"
sha256 cellar: :any_skip_relocation, sonoma: "2bce7999b2eea69ef0d90cff5b7176fd033995a15484a626aba3d33ceff1659c"
sha256 cellar: :any_skip_relocation, ventura: "65beddbfe413c635ee9761d6da04491b1f28f730a8ae50c379aa34be403571b3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "76a681d8c3f22a76ca85456292fe2e3e33315612ee52bc285b310c929be4ff68"
end

depends_on "rust" => :build
Expand Down

0 comments on commit b1f6e2e

Please sign in to comment.