diff options
| author | Michael Forney <mforney@mforney.org> | 2018-08-10 18:03:04 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2018-08-11 17:54:14 -0700 |
| commit | d3a6844ca3d367c1230845dd0f0cde84307f7734 (patch) | |
| tree | fa855b52bfc20eba9693b31397c74d87d39fa05c | |
| parent | 3de31c432083bf935cf37b287470fa2175dd434d (diff) | |
file: Update to 5.34
| -rw-r--r-- | pkg/file/config.h | 6 | ||||
| -rw-r--r-- | pkg/file/gen.lua | 2 | ||||
| -rw-r--r-- | pkg/file/magic.txt | 1 | ||||
| -rw-r--r-- | pkg/file/rev | 2 | ||||
| m--------- | pkg/file/src | 0 |
5 files changed, 6 insertions, 5 deletions
diff --git a/pkg/file/config.h b/pkg/file/config.h index 0987b14f..333ed514 100644 --- a/pkg/file/config.h +++ b/pkg/file/config.h @@ -88,10 +88,10 @@ #define PACKAGE "file" #define PACKAGE_BUGREPORT "christos@astron.com" #define PACKAGE_NAME "file" -#define PACKAGE_STRING "file 5.33" +#define PACKAGE_STRING "file 5.34" #define PACKAGE_TARNAME "file" #define PACKAGE_URL "" -#define PACKAGE_VERSION "5.33" +#define PACKAGE_VERSION "5.34" #define STDC_HEADERS 1 /* #undef TM_IN_SYS_TIME */ #ifndef _ALL_SOURCE @@ -109,7 +109,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "5.33" +#define VERSION "5.34" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/file/gen.lua b/pkg/file/gen.lua index 43389cff..be4b7a72 100644 --- a/pkg/file/gen.lua +++ b/pkg/file/gen.lua @@ -1,4 +1,4 @@ -local version = '5.33' +local version = '5.34' cflags{ '-Wall', '-D HAVE_CONFIG_H', diff --git a/pkg/file/magic.txt b/pkg/file/magic.txt index f050be99..1db96d04 100644 --- a/pkg/file/magic.txt +++ b/pkg/file/magic.txt @@ -62,6 +62,7 @@ cubemap cups dact database +dataone dbpf der diamond diff --git a/pkg/file/rev b/pkg/file/rev index 1e8b3149..7f8f011e 100644 --- a/pkg/file/rev +++ b/pkg/file/rev @@ -1 +1 @@ -6 +7 diff --git a/pkg/file/src b/pkg/file/src -Subproject 219846094c7593e27453e62855e61181089c48c +Subproject 315cef2f699da3c31a54bd3c6c6070680fbaf1f |
