Skip to content

Commit 91f9637

Browse files
authored
Merge pull request #229818 from Homebrew/bump-cargo-hack-0.6.37
cargo-hack 0.6.37
2 parents a3d3d2b + 5e297c0 commit 91f9637

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cargo-hack.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class CargoHack < Formula
22
desc "Cargo subcommand to provide options for testing and continuous integration"
33
homepage "https://github.com/taiki-e/cargo-hack"
4-
url "https://github.com/taiki-e/cargo-hack/archive/refs/tags/v0.6.36.tar.gz"
5-
sha256 "c3784af50b23a663bc3ac9afe65171125fce9d4931e69fd5ba10baf76fa49068"
4+
url "https://github.com/taiki-e/cargo-hack/archive/refs/tags/v0.6.37.tar.gz"
5+
sha256 "16c183bedc4e72669b9949b7fe7ceca2d401a68b0c19bc2d8d91dba03c0cba35"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/taiki-e/cargo-hack.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e4bd553ea805fb772f3aa506811760f5a15e7acf5b87a9cd39d1fdf8c56c34fa"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e97b220b791be3cea8ec86801bf6db1b678e6c5d148cacd576aede989e58f612"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c88cd8ad026b6e2bd690d82a147bf23ea074a88cd8ff25fd7df8a303a8dec1d4"
13-
sha256 cellar: :any_skip_relocation, sonoma: "06592c25f6e885999c3090091141b72b19eaa828784f3c6cc1e892824e1847b3"
14-
sha256 cellar: :any_skip_relocation, ventura: "6ed0eb2501acfa6b52fa08e11f03bb5111105fe31086a2dc3c8cf3c3c55cf8e8"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "ff05b215de8c94c0b5cc88b0a23a36fe3b458a82c85b9ff6d862c1562925a7b2"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a092965a4541f529dd573b6e5f4f5ec0770c656660b5cfdb196deabae800ab7"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8032b57a0c726b1835c9c013068a0fcdeed2fef09954d5da6f0617c3c412a50c"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "46f02e0cd1fb22298a9103bddac7b015f378b63d34fdf88c5dfbb0b0956b6fa0"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "02dc84124809841fcfa986da42105b9150212257ed25377e2bd0aff28658ce9c"
13+
sha256 cellar: :any_skip_relocation, sonoma: "80b02f8bc557f6c4afdc138429c6106bbfe9b3aac96a4caaa30dd30f84a233f0"
14+
sha256 cellar: :any_skip_relocation, ventura: "60579f056b740a62ff406b186890634cae24ab2991e068c6258f6bc52d6d025c"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "2a1ce77beccf516e48dc619a82b5bdc73ad10e955785e2832855e488aa9def22"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "afcf04941dc5c68008012b57d5642c2fac9e9bc4fe7def11d292382bc81c59a2"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)