From 080fad9fcac559b852fdb8a40c02ef10e3d1b260 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 14 Dec 2021 21:07:08 +0000 Subject: [PATCH] Use shasum5.28 --- deps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Makefile b/deps/Makefile index 0602465..569e440 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -127,7 +127,7 @@ DEP_MAKE += DEP_MAC_SDK_FLAGS= DEP_MAKE += MACHINE=$(MACHINE)$(MACHINE_SUFFIX) ifeq ($(MACOS),true) -DEP_MAKE += SHA256SUM="shasum5.30 -a 256" +DEP_MAKE += SHA256SUM="shasum5.28 -a 256" endif # --------------------------------------------------------------