diff options
| author | Michael Forney <mforney@mforney.org> | 2020-01-21 15:40:06 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-01-21 15:40:06 -0800 |
| commit | ea88d8b06ba2ae5df56e34badc103f0c5e274826 (patch) | |
| tree | 5b59fe9c9c34cb236b24d70f212c6fd56b48aa06 /pkg/util-linux/gen.lua | |
| parent | d1c3f5f5cc94c6f1d2926e9f6a3742a534f280db (diff) | |
util-linux: Update to 2.35
Diffstat (limited to 'pkg/util-linux/gen.lua')
| -rw-r--r-- | pkg/util-linux/gen.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/util-linux/gen.lua b/pkg/util-linux/gen.lua index 7cf5a177..e0d7eac2 100644 --- a/pkg/util-linux/gen.lua +++ b/pkg/util-linux/gen.lua @@ -1,4 +1,4 @@ -set('version', '2.34.0') +set('version', '2.35.0') cflags{ '-include $dir/config.h', '-I $outdir', @@ -56,6 +56,7 @@ lib('libcommon.a', [[ sha1.c signames.c + caputils.c linux_version.c loopdev.c |
