|
1 | 1 | class CargoExpand < Formula |
2 | 2 | desc "Show what Rust code looks like with macros expanded" |
3 | 3 | homepage "https://github.com/dtolnay/cargo-expand" |
4 | | - url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.116.tar.gz" |
5 | | - sha256 "4cac32b6e7742f74a9c2387e85a81d550787dfe7aa4e981e0862e748205e6395" |
| 4 | + url "https://github.com/dtolnay/cargo-expand/archive/refs/tags/1.0.117.tar.gz" |
| 5 | + sha256 "bba84a6964ac87021b9372eed50ce5b9bd6ea3fcfbb9c74cf0088b7b467d628b" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 | head "https://github.com/dtolnay/cargo-expand.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "e3c070ada8abce6d79f10316d11daf593cfb0aea72ad5a79891799ec5450487a" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9f1297bd6c41979bef12d675a6265024c737a6647297f36dd7ba80a613e6a3c4" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "960864037efc716679dd0857fdc353e7f0f21992d77265ce63edf947193c330a" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "583c5977cd6d0e1848e91fdb7dd485a248e5dd4b4d38b101bd9187ef2c6401a1" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "1adc76395386f1ec030c9f3fe9bb466fd1928fca4d107cd4a64ec44eae1997dc" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "d3aec6e933e3cb36aa9fac9980aa990ad9e2f5acbc940d756c345e9104df3f72" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "2782e414cae28fee4df40a523deb40812e4cebcf3144d0a7effb657b8669b1f7" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "b24e2ba5c84b71a42d2f9ba8f35eed187773ccc27d3d561d3d6a157952da1f77" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "9032439a784af083a8cb10182204a5ea90b8db9886f54cee28c0670a104aff68" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "96b6f4cde68bf54d51c528098cade2a3921a02f02fe403561e38e04ccd46c559" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "71d29aacd64e851a525850c22fdef83bd73db38ac4bdc335d9f0c7bf5afcb6cd" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6ebcf3869b2fc40040def0fc305d8cffb9bb8061c1387ec42edfb83402f01803" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "8c0e3099c65f899631fb47057f3952a5bbd9e4a81f51063ec3925d19868623dd" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "781cf942b69dc10f1413b8bd45483880bf50323b0871954a23773c0ba68f5513" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "rust" => :build |
|
0 commit comments