diff options
| author | Michael Forney <mforney@mforney.org> | 2020-12-03 21:08:10 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-12-03 21:11:43 -0800 |
| commit | d92bc2d3a1d5cbcab0b9ec47fadea2e835092c2f (patch) | |
| tree | cbb29eae349c8c6b3b5a6137e512e8150c34f503 /pkg/util-linux/gen.lua | |
| parent | af1e59d3411f55dceba0990594c2ca4d883c97c8 (diff) | |
util-linux: Update to 2.36.1
Diffstat (limited to 'pkg/util-linux/gen.lua')
| -rw-r--r-- | pkg/util-linux/gen.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index 2dad23f3..de6e94fa 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.36.0') +set('version', '2.36.1') cflags{ '-include $dir/config.h', '-I $outdir', @@ -42,31 +42,28 @@ lib('libcommon.a', [[ idcache.c encode.c fileutils.c - ismounted.c mangle.c match.c mbsalign.c md5.c pager.c + procutils.c pwdutils.c randutils.c setproctitle.c strutils.c timeutils.c ttyutils.c - exec_shell.c strv.c sha1.c signames.c - caputils.c linux_version.c loopdev.c cpuset.c path.c - procutils.c sysfs.c ) ]]) |
