Skip to content

Commit 10bbf52

Browse files
committed
Fix my macos local build
Signed-off-by: falkTX <[email protected]>
1 parent a22b588 commit 10bbf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ ifeq ($(shell uname -s),Darwin)
165165
ifeq ($(CIBUILD),true)
166166
DEP_MAKE += SHA256SUM="shasum5.30 -a 256"
167167
else
168-
DEP_MAKE += SHA256SUM="shasum5.30 -a 256"
168+
DEP_MAKE += SHA256SUM="shasum5.34 -a 256"
169169
endif
170170
endif
171171

0 commit comments

Comments
 (0)