Skip to content

Commit 6ca58fa

Browse files
committed
User shasum -a 256 instead of sha256sum
1 parent a061a91 commit 6ca58fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ PACKAGE_FOLDER := CMSIS
3434

3535
ifeq (postpackaging,$(findstring $(MAKECMDGOALS),postpackaging))
3636
PACKAGE_FILENAME=$(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.bz2
37-
PACKAGE_CHKSUM := $(firstword $(shell sha256sum "$(PACKAGE_FILENAME)"))
37+
PACKAGE_CHKSUM := $(firstword $(shell shasum -a 256 "$(PACKAGE_FILENAME)"))
3838
PACKAGE_SIZE := $(firstword $(shell wc -c "$(PACKAGE_FILENAME)"))
3939
endif
4040

0 commit comments

Comments
 (0)