Makefile: update signing cert hash

The Git LFS signing cert has changed, so update the default signing cert
SHA-1 hash in the Makefile.
This commit is contained in:
brian m. carlson 2019-04-23 17:52:15 +00:00
parent 2bbe78fea7
commit c0f32b61b8
No known key found for this signature in database
GPG Key ID: 2D0C9BC12F82B3A1

@ -67,7 +67,7 @@ TAR_XFORM_CMD ?= $(shell tar --version | grep -q 'GNU tar' && echo 's')
# CERT_SHA1 is the SHA-1 hash of the Windows code-signing cert to use. The
# actual signature is made with SHA-256.
CERT_SHA1 ?= 516f21950afecd3779b8b77da92f738fec501f03
CERT_SHA1 ?= 824455beeb23fe270e756ca04ec8e902d19c62aa
# SOURCES is a listing of all .go files in this and child directories, excluding
# that in vendor.