Skip to content

Commit 3e1197b

Browse files
committed
cargo-llvm-lines 0.4.45
1 parent 97e2a43 commit 3e1197b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/c/cargo-llvm-lines.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class CargoLlvmLines < Formula
22
desc "Count lines of LLVM IR per generic function"
33
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"
66
license any_of: ["Apache-2.0", "MIT"]
77
head "https://github.com/dtolnay/cargo-llvm-lines.git", branch: "master"
88

0 commit comments

Comments
 (0)