commit: bb1308153046dfc26fe9ce2548f60eba9f2ff4aa
parent 43300d1d81c4d3ab62258b18618a3ee9173472f8
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 5 Feb 2020 18:49:32 -0800
monocypher: Update to 3.0.0
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/monocypher/gen.lua b/pkg/monocypher/gen.lua
@@ -1,4 +1,4 @@
-cflags{'-std=c99', '-Wall', '-Wextra'}
+cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic'}
pkg.hdrs = {
copy('$outdir/include', '$srcdir/src', {'monocypher.h'}),
diff --git a/pkg/monocypher/ver b/pkg/monocypher/ver
@@ -1 +1 @@
-2.0.6 r0
+3.0.0 r0