]> Cypherpunks.ru repositories - goredo.git/commitdiff
Try to fix blake3:cpu_darwin.go
authorSergey Matveev <stargrave@stargrave.org>
Wed, 13 Jan 2021 15:04:08 +0000 (18:04 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 13 Jan 2021 15:10:07 +0000 (18:10 +0300)
doc/news.texi
makedist.sh
usage.go

index 0f54ab9dadfc46c8c4aca20cb14df0912bab789b..c25d6c0450dd8790c65bea8905fde1a044e08c72 100644 (file)
@@ -1,6 +1,13 @@
 @node News
 @unnumbered News
 
+@anchor{Release 0.12.2}
+@section Release 0.12.2
+@itemize
+@item
+    Try to fix failing @code{lukechampine.com/blake3} on arm64 macOS.
+@end itemize
+
 @anchor{Release 0.12.1}
 @section Release 0.12.1
 @itemize
index 4eef737eabb067f709953a6084a41e1f8cc39547..637b1826d4978bd59d1c2025eacad59efe29bde8 100755 (executable)
@@ -72,6 +72,11 @@ modvendor -v -copy="**/*_test.go **/private-gen.go **/main.go **/vectors.json **
 rm -rf vendor/golang.org/x/sys/plan9 vendor/golang.org/x/sys/windows
 find vendor/golang.org/x/sys -name "*_test.go" -delete
 find . \( -name .gitignore -o -name .travis.yml \) -delete
+
+rm vendor/lukechampine.com/blake3/cpu_darwin.go
+sed -n -i.tmp '3,$p' vendor/lukechampine.com/blake3/cpu.go
+rm vendor/lukechampine.com/blake3/cpu.go.tmp
+
 cd ..
 
 ########################################################################
index 50971596eb564281b497b2d320db257f86e6b7d4..bfcb2134d934992086ef6ff8e5f84ef4292af849 100644 (file)
--- a/usage.go
+++ b/usage.go
@@ -26,7 +26,7 @@ import (
 )
 
 const (
-       Version  = "0.12.1"
+       Version  = "0.12.2"
        Warranty = `This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation, version 3 of the License.