mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
goreleaser@1.3.0: Fix hash check (#3182)
This commit is contained in:
parent
aad3a19d29
commit
b1143034ec
@ -27,7 +27,8 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
"url": "$baseurl/checksums.txt"
|
"url": "$baseurl/checksums.txt",
|
||||||
|
"regex": "$sha256 $basename\\n"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user