depends: Use base system's sha256sum utility

On FreeBSD, the `shasum` utility is provided by the `perl5` port, which
is not part of the base system and must be installed separately.
Note that this requirement is currently not documented in
`depends/README.md`.

This change switches to using the `sha256sum` utility, which is included
in the base system.
This commit is contained in:
Hennadii Stepanov 2025-01-09 20:24:05 +00:00
parent 66aa6a47bd
commit 727c542769
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -1,5 +1,5 @@
build_freebsd_CC=clang
build_freebsd_CXX=clang++
build_freebsd_SHA256SUM = shasum -a 256
build_freebsd_SHA256SUM = sha256sum
build_freebsd_DOWNLOAD = curl --location --fail --connect-timeout $(DOWNLOAD_CONNECT_TIMEOUT) --retry $(DOWNLOAD_RETRIES) -o