diff --git a/deps/Makefile b/deps/Makefile index e9e28a47..0354e0c8 100644 --- a/deps/Makefile +++ b/deps/Makefile @@ -165,7 +165,7 @@ ifeq ($(shell uname -s),Darwin) ifeq ($(CIBUILD),true) DEP_MAKE += SHA256SUM="shasum5.30 -a 256" else -DEP_MAKE += SHA256SUM="shasum5.30 -a 256" +DEP_MAKE += SHA256SUM="shasum5.34 -a 256" endif endif