|
1 | 1 | class CargoLlvmLines < Formula |
2 | 2 | desc "Count lines of LLVM IR per generic function" |
3 | 3 | homepage "https://github.com/dtolnay/cargo-llvm-lines" |
4 | | - url "https://github.com/dtolnay/cargo-llvm-lines/archive/refs/tags/0.4.42.tar.gz" |
5 | | - sha256 "758cfc5e2b30578912e5d0e3faabf4ffe0e4ed316bb6bd464a4c81c45f5e25c9" |
| 4 | + url "https://github.com/dtolnay/cargo-llvm-lines/archive/refs/tags/0.4.43.tar.gz" |
| 5 | + sha256 "58c9f6c69c9087fd06b080e15db417a51b2cce5ba95e918ba5aab54a1e05e5a4" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 | head "https://github.com/dtolnay/cargo-llvm-lines.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d0066a18e73fb045e80ef304423215bfd0a029e0180ecab07289a1478f22c39" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "551d3123cb0200c3cd26a2ea51c41c766d571832337fb08b7431fd383b2f776f" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "b4e29b368f5bc237d886ec8d44a9788e6636e1d59cea25aa16fa3dad032eb926" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "d60b6dde261ed8fc0c23e7edaa63d2ac5cb2b04227ae93be718b0b14048c5621" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "f9d6b6dfe250bd19ae2c018839f4cbccf7e7ddfda01c5fb60038b1017a31f44a" |
15 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "95078ff0ad5744cb5e3974e752c244961fdd3c14a1d1fbe29d655a9e4a484efc" |
16 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "13717c12b7d492991231ef8124dd961eaf091a5eb1faa0a8e68cbfd57766ed4e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "17e02af2de28cae6ab8b5dd0774ee297b4776d687be40bac8cd35f0b1e868c54" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e0e208a2ecb1f3edc790957903156eab77e41c67fabfa31d3cd305117ab91e29" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "df6fc4d9388eb172d3379a0f8380a9151e306ce9af2ace04a9dfca045ca281e6" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "4cbae977fce3fdc25587bf0ef474228bbb4c181aa32d1026bd90b47bfe4939ed" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "f81cf79811ebe412c116240986f2b40baba795e689806937f7c2e0b4ffa98fe0" |
| 15 | + sha256 cellar: :any_skip_relocation, arm64_linux: "bbb1363f64e61bfc190bd1902fc56a2a62d1aa10d34494720826c0360618bf00" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "163447bee1a6759aa0c7f375d939559dc7f8b19ec0cc4ee89c043b57426fa417" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "rust" => :build |
|
0 commit comments