We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7cfa39 commit be1d06cCopy full SHA for be1d06c
Formula/c/cargo-llvm-lines.rb
@@ -1,8 +1,8 @@
1
class CargoLlvmLines < Formula
2
desc "Count lines of LLVM IR per generic function"
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"
+ url "https://github.com/dtolnay/cargo-llvm-lines/archive/refs/tags/0.4.43.tar.gz"
+ sha256 "58c9f6c69c9087fd06b080e15db417a51b2cce5ba95e918ba5aab54a1e05e5a4"
6
license any_of: ["Apache-2.0", "MIT"]
7
head "https://github.com/dtolnay/cargo-llvm-lines.git", branch: "master"
8
0 commit comments