Skip to content

Commit

Permalink
Merge branch 'nginx:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanax authored Jul 11, 2024
2 parents 0e3aa66 + 6ca27c3 commit 54b3a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/contrib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ XZ ?= $(error XZ (LZMA) compressor not found)
endif

ifeq ($(shell sha512sum --version >/dev/null 2>&1 || echo FAIL),)
SHA512SUM = sha512sum --check
SHA512SUM = sha512sum -c -
else ifeq ($(shell shasum --version >/dev/null 2>&1 || echo FAIL),)
SHA512SUM = shasum -a 512 --check
else ifeq ($(shell openssl version >/dev/null 2>&1 || echo FAIL),)
Expand Down

0 comments on commit 54b3a78

Please sign in to comment.