diff options
| author | Michael Forney <mforney@mforney.org> | 2018-11-01 22:53:55 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-11-03 01:16:52 -0700 |
| commit | e25cd518528e30b1d21ae890fe9e67637159da78 (patch) | |
| tree | 2acaf5f26bf5ea7b57c610ac881e0b804d7425c0 /pkg/file/gen.lua | |
| parent | 64891f260860236e3fbbb116acb6c15178503ca4 (diff) | |
file: Update to 5.35
Diffstat (limited to 'pkg/file/gen.lua')
| -rw-r--r-- | pkg/file/gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua index be4b7a72..a5af4bd1 100644 --- a/pkg/file/gen.lua +++ b/pkg/file/gen.lua @@ -1,4 +1,4 @@ -local version = '5.34' +local version = '5.35' cflags{ '-Wall', '-D HAVE_CONFIG_H', @@ -27,7 +27,7 @@ pkg.deps = {'$dir/headers', 'pkg/zlib/headers'} lib('libmagic.a', [[src/( buffer.c magic.c apprentice.c softmagic.c ascmagic.c - encoding.c compress.c is_tar.c readelf.c print.c fsmagic.c + encoding.c compress.c is_json.c is_tar.c readelf.c print.c fsmagic.c funcs.c apptype.c der.c cdf.c cdf_time.c readcdf.c |
