From def2c2dfaf5374f139b310c4f05b0614cb99359e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2022 15:04:35 +0200 Subject: Implement dependency configuration negotiation For the detailed history see the dep-config and dep-config-neg branches. --- bpkg/checksum.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/checksum.cxx') diff --git a/bpkg/checksum.cxx b/bpkg/checksum.cxx index 65ed377..b761d0b 100644 --- a/bpkg/checksum.cxx +++ b/bpkg/checksum.cxx @@ -331,7 +331,7 @@ namespace bpkg } string - sha256 (const common_options& o, const path& f) + sha256sum (const common_options& o, const path& f) { if (!exists (f)) fail << "file " << f << " does not exist"; -- cgit v1.1