diff options
| author | Michael Forney <mforney@mforney.org> | 2017-08-04 00:16:52 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2017-08-04 00:19:39 -0700 |
| commit | 085b91b4d43abcba5f2bc15e118e9fcfe742b903 (patch) | |
| tree | 23c2bc95e6d1b951d1ce95cc2287e338e68b8bd8 | |
| parent | d5033a8c962fd097451146aa1db1fefadefae76d (diff) | |
fontconfig: Update to 2.12.4
| -rw-r--r-- | pkg/fontconfig/.gitignore | 2 | ||||
| -rw-r--r-- | pkg/fontconfig/config.h | 6 | ||||
| -rw-r--r-- | pkg/fontconfig/rev | 2 | ||||
| -rw-r--r-- | pkg/fontconfig/sha256 | 2 | ||||
| -rw-r--r-- | pkg/fontconfig/url | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/pkg/fontconfig/.gitignore b/pkg/fontconfig/.gitignore index c950e1e2..245ca95b 100644 --- a/pkg/fontconfig/.gitignore +++ b/pkg/fontconfig/.gitignore @@ -1,2 +1,2 @@ -/fontconfig-2.12.3.tar.gz +/fontconfig-2.12.4.tar.gz /src
\ No newline at end of file diff --git a/pkg/fontconfig/config.h b/pkg/fontconfig/config.h index 56517e23..dba50b55 100644 --- a/pkg/fontconfig/config.h +++ b/pkg/fontconfig/config.h @@ -56,10 +56,10 @@ #define PACKAGE "fontconfig" #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" #define PACKAGE_NAME "fontconfig" -#define PACKAGE_STRING "fontconfig 2.12.3" +#define PACKAGE_STRING "fontconfig 2.12.4" #define PACKAGE_TARNAME "fontconfig" #define PACKAGE_URL "" -#define PACKAGE_VERSION "2.12.3" +#define PACKAGE_VERSION "2.12.4" /* #undef PTHREAD_CREATE_JOINABLE */ /* #undef SIZEOF_CHAR */ /* #undef SIZEOF_INT */ @@ -83,7 +83,7 @@ #ifndef __EXTENSIONS__ # define __EXTENSIONS__ 1 #endif -#define VERSION "2.12.3" +#define VERSION "2.12.4" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 diff --git a/pkg/fontconfig/rev b/pkg/fontconfig/rev index 00750edc..b8626c4c 100644 --- a/pkg/fontconfig/rev +++ b/pkg/fontconfig/rev @@ -1 +1 @@ -3 +4 diff --git a/pkg/fontconfig/sha256 b/pkg/fontconfig/sha256 index f0fb3044..d28f8785 100644 --- a/pkg/fontconfig/sha256 +++ b/pkg/fontconfig/sha256 @@ -1 +1 @@ -ffc3cbf6dd9fcd516ee42f48306a715e66698b238933d6fa7cef02ea8b3b818e fontconfig-2.12.3.tar.gz +fd5a6a663f4c4a00e196523902626654dd0c4a78686cbc6e472f338e50fdf806 fontconfig-2.12.4.tar.gz diff --git a/pkg/fontconfig/url b/pkg/fontconfig/url index a04d8813..f26f679f 100644 --- a/pkg/fontconfig/url +++ b/pkg/fontconfig/url @@ -1 +1 @@ -url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.3.tar.gz" +url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.12.4.tar.gz" |
