File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ class CargoLlvmCov < Formula
2
2
desc "Cargo subcommand to easily use LLVM source-based code coverage"
3
3
homepage "https://github.com/taiki-e/cargo-llvm-cov"
4
4
# cannot use github tarball due to https://github.com/taiki-e/cargo-llvm-cov/pull/152#issuecomment-1107055622
5
- url "https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.6.11 .crate"
6
- sha256 "a18c672177efaee994adc1127c8dceb705305a9da482724227ca90969964f06b "
5
+ url "https://static.crates.io/crates/cargo-llvm-cov/cargo-llvm-cov-0.6.12 .crate"
6
+ sha256 "6aae8e21e7bf0238826952065e4c5967578fbdbf2d3da58c4c8344b4be152e90 "
7
7
license any_of : [ "Apache-2.0" , "MIT" ]
8
8
head "https://github.com/taiki-e/cargo-llvm-cov.git" , branch : "main"
9
9
You can’t perform that action at this time.
0 commit comments