diff options
| author | Michael Forney <mforney@mforney.org> | 2018-03-22 23:08:32 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-03-23 21:09:56 -0700 |
| commit | 3f7f393525babe2c0f3a0bc0530c52a5b1aa0aa2 (patch) | |
| tree | f189726ebb0681d2803dd68f652b85af2fb6ed19 /pkg/util-linux/gen.lua | |
| parent | d3336d7f0061a9c4c0b3d477cbfe01a1da2f09f9 (diff) | |
util-linux: Update to 2.32
Diffstat (limited to 'pkg/util-linux/gen.lua')
| -rw-r--r-- | pkg/util-linux/gen.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index bda2dfbd..8aa83802 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.31.1') +set('version', '2.32.0') cflags{ '-include $dir/config.h', '-I include', @@ -30,6 +30,7 @@ lib('libcommon.a', [[ blkdev.c canonicalize.c crc32.c + crc32c.c env.c idcache.c fileutils.c @@ -49,6 +50,7 @@ lib('libcommon.a', [[ exec_shell.c strv.c sha1.c + signames.c linux_version.c loopdev.c |
