goreleaser@1.3.0: Fix hash check (#3182)

This commit is contained in:
Josh Willox 2022-01-14 13:40:11 +11:00 committed by GitHub
parent aad3a19d29
commit b1143034ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,8 @@
}
},
"hash": {
"url": "$baseurl/checksums.txt"
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}