From 2a70c0b74a86b0ef6f9bd03ba9b5bfa23f523900 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 28 Nov 2016 13:29:24 +0300 Subject: [PATCH] My local path to streebog256 utility is changed --- makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makedist.sh b/makedist.sh index ff39804..1fc9f34 100755 --- a/makedist.sh +++ b/makedist.sh @@ -14,7 +14,7 @@ gpg --detach-sign --sign --local-user E6FD1269CD0C009E pygost-"$release".tar.xz tarball=pygost-"$release".tar.xz size=$(( $(wc -c < $tarball) / 1024 )) hash=$(gpg --print-md SHA256 < $tarball) -hashsb=$($HOME/work/gogost/gogost-streebog < $tarball) +hashsb=$($HOME/work/gogost/streebog256 < $tarball) cat <