From c0f32b61b880ec9bbe5ffba32f3df13a2ba81012 Mon Sep 17 00:00:00 2001 From: "brian m. carlson" Date: Tue, 23 Apr 2019 17:52:15 +0000 Subject: [PATCH] Makefile: update signing cert hash The Git LFS signing cert has changed, so update the default signing cert SHA-1 hash in the Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb77898b..885fb9e9 100644 --- a/Makefile +++ b/Makefile @@ -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.