diff options
| author | Michael Forney <mforney@mforney.org> | 2021-05-15 00:36:43 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-05-15 01:53:56 -0700 |
| commit | 72ecceaa0975692bdcd0a006d941ccbefff00f20 (patch) | |
| tree | bdc49a962a2d9c16e109bbed80dd53c064fc6eaa | |
| parent | 933910a56f59928ebe46195a123b9d20ff005698 (diff) | |
squashfs-tools-ng: Update to 1.1.1
| -rw-r--r-- | pkg/squashfs-tools-ng/config.h | 6 | ||||
| -rw-r--r-- | pkg/squashfs-tools-ng/gen.lua | 1 | ||||
| m--------- | pkg/squashfs-tools-ng/src | 0 | ||||
| -rw-r--r-- | pkg/squashfs-tools-ng/ver | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/pkg/squashfs-tools-ng/config.h b/pkg/squashfs-tools-ng/config.h index eedcff52..5ec57f28 100644 --- a/pkg/squashfs-tools-ng/config.h +++ b/pkg/squashfs-tools-ng/config.h @@ -29,13 +29,13 @@ #define PACKAGE "squashfs-tools-ng" #define PACKAGE_BUGREPORT "goliath@infraroot.at" #define PACKAGE_NAME "squashfs-tools-ng" -#define PACKAGE_STRING "squashfs-tools-ng 1.1.0" +#define PACKAGE_STRING "squashfs-tools-ng 1.1.1" #define PACKAGE_TARNAME "squashfs-tools-ng" #define PACKAGE_URL "" -#define PACKAGE_VERSION "1.1.0" +#define PACKAGE_VERSION "1.1.1" /* #undef PTHREAD_CREATE_JOINABLE */ #define STDC_HEADERS 1 -#define VERSION "1.1.0" +#define VERSION "1.1.1" #ifndef _DARWIN_USE_64_BIT_INODE # define _DARWIN_USE_64_BIT_INODE 1 #endif diff --git a/pkg/squashfs-tools-ng/gen.lua b/pkg/squashfs-tools-ng/gen.lua index 5964759e..27d8c8ee 100644 --- a/pkg/squashfs-tools-ng/gen.lua +++ b/pkg/squashfs-tools-ng/gen.lua @@ -36,6 +36,7 @@ local srcs = paths[[ block_processor/backend.c frag_table.c block_writer.c + misc.c unix/io_file.c ) diff --git a/pkg/squashfs-tools-ng/src b/pkg/squashfs-tools-ng/src -Subproject dbf3f2a478eaa8bc24a48b2e912f24cd1df35d5 +Subproject ab0b93778426c376436690ba6e54374bf830d21 diff --git a/pkg/squashfs-tools-ng/ver b/pkg/squashfs-tools-ng/ver index f2336934..fe1673cb 100644 --- a/pkg/squashfs-tools-ng/ver +++ b/pkg/squashfs-tools-ng/ver @@ -1 +1 @@ -1.1.0 r0 +1.1.1 r0 |
