diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-14 13:21:25 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-14 13:22:20 -0700 |
| commit | ce9ba02aa51a3c0b1cfbb91b056e6075c8ded619 (patch) | |
| tree | 058ed6f7549789a5bdf772b9fdf1e8cff02a8587 /pkg/util-linux/gen.lua | |
| parent | cb743d8979cd73aa2b9dd3f05c55c50126e8356a (diff) | |
util-linux: Update to 2.34
Diffstat (limited to 'pkg/util-linux/gen.lua')
| -rw-r--r-- | pkg/util-linux/gen.lua | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index 088a6933..7101697f 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.33.2') +set('version', '2.34.0') cflags{ '-include $dir/config.h', '-I $dir', @@ -98,8 +98,14 @@ lib('libsmartcols.a', [[ column.c line.c table.c - table_print.c + print.c + fput.c + print-api.c version.c + buffer.c + calculate.c + grouping.c + walk.c init.c ) libtcolors.a |
