From fd8bb860c13cc05ebf16607d0aa7846d45086ad4 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 25 Jan 2021 17:53:09 +0300 Subject: [PATCH] Update GoGOST --- gogost-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gogost-install.sh b/gogost-install.sh index e4e0222395..94a98945fb 100755 --- a/gogost-install.sh +++ b/gogost-install.sh @@ -4,12 +4,12 @@ command -v fetch >/dev/null && DL="fetch -o" || DL="wget -O" command -v sha256 >/dev/null && SHA256="sha256" || SHA256="sha256sum --binary" PERL=${PERL:-perl} -TARBALL=gogost-5.4.0.tar.xz +TARBALL=gogost-5.5.0.tar.xz [ -r $TARBALL ] || { $DL $TARBALL.tmp http://www.gogost.cypherpunks.ru/$TARBALL mv $TARBALL.tmp $TARBALL } -[ "`$SHA256 < $TARBALL | cut -d ' ' -f1`" = "33ea1fefaad8183127acf816f1621df0ae9f34b0ebd3324ebddabde1c3f07ea0" ] +[ "`$SHA256 < $TARBALL | cut -d ' ' -f1`" = "f92084fb2d4a7ba2624c468ea2149c4996c2006c05afe09323c75283ebccd8e4" ] tar xf $TARBALL mkdir -p src/crypto/go.cypherpunks.ru/gogost mv ${TARBALL%.tar.xz} src/crypto/go.cypherpunks.ru/gogost/v5 -- 2.48.1