]> Cypherpunks repositories - gostls13.git/commitdiff
Update GoGOST
authorSergey Matveev <stargrave@rnd.stcnet.ru>
Mon, 25 Jan 2021 14:53:09 +0000 (17:53 +0300)
committerSergey Matveev <stargrave@rnd.stcnet.ru>
Mon, 25 Jan 2021 14:53:09 +0000 (17:53 +0300)
gogost-install.sh

index e4e0222395c87e9db2936a7401c6c25a4e04025a..94a98945fb30356bf1800bb7fca57030fb6f3869 100755 (executable)
@@ -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