|
1 | 1 | class CargoDist < Formula |
2 | 2 | desc "Tool for building final distributable artifacts and uploading them to an archive" |
3 | 3 | 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" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 | head "https://github.com/axodotdev/cargo-dist.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments