forked from rosa/hakurei
internal/rosa/git: determine reporting name from url
This is generally correct, and is a lot cleaner to call. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -8,7 +8,7 @@ func (t Toolchain) newP11Kit() (pkg.Artifact, string) {
|
||||
checksum = "3ei-6DUVtYzrRVe-SubtNgRlweXd6H2qHmUu-_5qVyIn6gSTvZbGS2u79Y8IFb2N"
|
||||
)
|
||||
return t.NewPackage("p11-kit", version, t.NewViaGit(
|
||||
"p11-kit-src", "https://github.com/p11-glue/p11-kit.git",
|
||||
"https://github.com/p11-glue/p11-kit.git",
|
||||
"refs/tags/"+version, mustDecode(checksum),
|
||||
), nil, &MesonHelper{
|
||||
Setup: []KV{
|
||||
|
||||
Reference in New Issue
Block a user