|
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.44.tar.gz" |
5 | | - sha256 "43b19bb35fc8cc2eba8cd1904e6ba8d4eb6bbb64722af01f89e74234b79f5045" |
| 4 | + url "https://github.com/dtolnay/cargo-llvm-lines/archive/refs/tags/0.4.45.tar.gz" |
| 5 | + sha256 "d1e6fb07760239c2f7ee1ee7e7a857ffb4f82df1378bbd0e4d2e8d75e74f13eb" |
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_tahoe: "690fc40af096af31a37f387f0dbe1bf12ddb4e72b5105e9bc952d30ba8e9c950" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "0004d7c8ac1eda8897277ac68c1c29f401e0b076711c540d48225b5f5b6948d9" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "16d6dff93bfeb3598205e4e2972674518ea26848f3bbb5bb5b0ac0602a1ba9a9" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "411a895f11a39cd4764abceb89de95f3c8aa7daa51b7044fcf2af0c06074f461" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "1bd0ede6a26a46032c7885ce8a07028e8da0849ce40696d073d348cbad5fa348" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "42e20c93e33593a79b2aeac50e6c730f071e92a6d13bb6369942c7435f6d2f6e" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "c57759887253e2b829db1f9ef54db3a3fb28e599091f2d9178f636b77d0dfd78" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "decd05763b9ee2e329b288c9893f826f6d8372c5334c9d2bf2e288ecdfcb3a1c" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "1f96bc5657cec596d1c8345a7b33c2b8eb0dcb5e80e677b8c1bcc55ee7153f05" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b003e01713c2c21b2ded471c1617b74d349574847e4ec18b9040e5aac73e5ddb" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "78435265c11559ef3470087d97d951ff12c1fa29590c1f485daf1fedf186001b" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6710eaf6730d103df0bbddd44ff1b71b80dd1c69590798d5a325d71f97cafa1b" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "93bbb22430a1d3b4dd16d55a5ce5759a370b973cc8272aa528ae80881acedf89" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "b83bd2492130d970f7488f4c2ae35852e026a01a79f1668d52704a7977f4dc01" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "rust" => :build |
|
0 commit comments