Skip to content

Commit be1d06c

Browse files
committed
cargo-llvm-lines 0.4.43
1 parent a7cfa39 commit be1d06c

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.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"
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)