diff options
| -rw-r--r-- | pkg/byacc/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/byacc/config.h | 2 | ||||
| -rw-r--r-- | pkg/byacc/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/byacc/sha256 | 2 | ||||
| -rw-r--r-- | pkg/byacc/url | 2 | ||||
| -rw-r--r-- | pkg/byacc/ver | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/pkg/byacc/.gitignore b/pkg/byacc/.gitignore index 1861f94c..a65a16ec 100644 --- a/pkg/byacc/.gitignore +++ b/pkg/byacc/.gitignore @@ -1,2 +1,2 @@ -/byacc-20191125.tgz +/byacc-20200330.tgz /src diff --git a/pkg/byacc/config.h b/pkg/byacc/config.h index 09029061..3f493e8d 100644 --- a/pkg/byacc/config.h +++ b/pkg/byacc/config.h @@ -26,7 +26,7 @@ /* #undef NEED_GETOPT_H */ /* #undef NO_LEAKS */ #define STDC_HEADERS 1 -#define SYSTEM_NAME "linux-gnu" +#define SYSTEM_NAME "linux-musl" /* #undef USE_DBMALLOC */ /* #undef USE_DMALLOC */ /* #undef USE_VALGRIND */ diff --git a/pkg/byacc/gen.lua b/pkg/byacc/gen.lua index 0ee8ee40..f0e587c4 100644 --- a/pkg/byacc/gen.lua +++ b/pkg/byacc/gen.lua @@ -1,7 +1,7 @@ cflags{ '-Wall', '-Wpedantic', '-D HAVE_CONFIG_H', - '-D YYPATCH=20191125', + '-D YYPATCH=20200330', '-I $dir', } diff --git a/pkg/byacc/sha256 b/pkg/byacc/sha256 index 48ff4547..501711e8 100644 --- a/pkg/byacc/sha256 +++ b/pkg/byacc/sha256 @@ -1 +1 @@ -071c2ebe36afaa8448b80e893473a681e63a3b8a4ed636c0d675780a02411cde byacc-20191125.tgz +e099e2dd8a684d739ac6b9a0e43d468314a5bc34fd21466502d120b18df51fb0 byacc-20200330.tgz diff --git a/pkg/byacc/url b/pkg/byacc/url index 7b2dc399..0aaefae1 100644 --- a/pkg/byacc/url +++ b/pkg/byacc/url @@ -1 +1 @@ -url = "https://invisible-mirror.net/archives/byacc/byacc-20191125.tgz" +url = "https://invisible-mirror.net/archives/byacc/byacc-20200330.tgz" diff --git a/pkg/byacc/ver b/pkg/byacc/ver index 32f7b71e..281b6eb6 100644 --- a/pkg/byacc/ver +++ b/pkg/byacc/ver @@ -1 +1 @@ -20191125 r0 +20200330 r0 |
