Skip to content

Commit af5717e

Browse files
authored
Merge pull request Homebrew#236522 from Homebrew/bump-cargo-dist-0.30.0
cargo-dist 0.30.0
2 parents d994eb5 + 4927625 commit af5717e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/c/cargo-dist.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class CargoDist < Formula
22
desc "Tool for building final distributable artifacts and uploading them to an archive"
33
homepage "https://opensource.axo.dev/cargo-dist/"
4-
url "https://github.com/axodotdev/cargo-dist/archive/refs/tags/v0.29.0.tar.gz"
5-
sha256 "7b0789247612e83bb1bbd459654bd22f8bea34ad83f11733f853af91aa05f242"
4+
url "https://github.com/axodotdev/cargo-dist/archive/refs/tags/v0.30.0.tar.gz"
5+
sha256 "7104aa2c1eb94e9090b6f9bc915d8a3cd5c3ef05bddabd9063a6b508c24f3288"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/axodotdev/cargo-dist.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9aa0042919dea2fd6f987584c5f47b4e8fa7fc5858a10f9b0276894f0ec8852f"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "01eee0292dac7f0086b9e55db13df8ea496a39f8e5e9d4d94324cdd100d886b5"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "39a95618b1fbf2cfcfd3ebad836bc2bf9285aa934ddcbc8df3ba714c6226f64d"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2ab5b5e4a80c8d8b14553ce1ae3e0a9beaf8e318ddb8548d3021f61e5dabeb1a"
14-
sha256 cellar: :any_skip_relocation, ventura: "1180eec26d7cfffb446e97f936ccfffe0389e38d0d1bad800759255d058f21ce"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "e5462e56f446d0baa7889076c586caf9170ef5b15ee03d13848679067e95b184"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7420eb127bd59956e733fdd242c411212c68afc50accd5bfe6f206b35480fa7b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5c971eb5fa6fa3f0f556b003eb9a4966ba4ecd828967816148a552f835836f22"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "92666c0fb9d68e2544aa3b380a6380c5afc11b36b333adf34cf1f4da0fa2e235"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "60f829f71f65736ad92132ba9c2cb007294012dc577904f25c97bbd66d7aa4a5"
13+
sha256 cellar: :any_skip_relocation, sonoma: "25f59a04511d17a90146d43e28f2c970e9399dc3ea916ddbbbec64a9eed5d1a4"
14+
sha256 cellar: :any_skip_relocation, ventura: "20621484140286fbcd75706666df98f66cc86e4a83d3238e0c2a2262eb198a08"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "9945da0f56123aa317b3a83e70e531dfbb168ca0b22a660a055e0c060e60223b"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9951fe35f80fb827cbe2b9a03599da4360f24e00b34aaf3771f8a7b780735702"
1717
end
1818

1919
depends_on "rust" => :build

0 commit comments

Comments
 (0)