Skip to content

Commit 54ec4bb

Browse files
committed
merge bitcoin#31626: Use base system's sha256sum utility on FreeBSD
1 parent df53641 commit 54ec4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/builders/freebsd.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build_freebsd_CC=clang
22
build_freebsd_CXX=clang++
33

4-
build_freebsd_SHA256SUM = shasum -a 256
4+
build_freebsd_SHA256SUM = sha256sum
55
build_freebsd_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o

0 commit comments

Comments
 (0)