diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-12-03 09:55:02 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-12-03 09:55:02 +0100 |
commit | 6d45ebb928b2e8df70502ca5cede6695ccb5bcc1 (patch) | |
tree | bd1bbaee568c0190e18a12e94587d470fd08284c /hyphen/makefile.mk | |
parent | 1d03bbae912835cbff353183bc97b3be7ec61947 (diff) |
cws tl84: #i109543# updating hyphen library to v2.7.1
Diffstat (limited to 'hyphen/makefile.mk')
-rw-r--r-- | hyphen/makefile.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyphen/makefile.mk b/hyphen/makefile.mk index b733398c3c8d..b77343772e3a 100644 --- a/hyphen/makefile.mk +++ b/hyphen/makefile.mk @@ -36,12 +36,12 @@ TARGET=hyphen # --- Files -------------------------------------------------------- -TARFILE_NAME=hyphen-2.4 -TARFILE_MD5=d0b5af6e408b8d2958f3d83b5244f5e8 +TARFILE_NAME=hyphen-2.7.1 +TARFILE_MD5=48a9f787f43a09c0a9b7b00cd1fddbbf ADDITIONAL_FILES += makefile.mk -PATCH_FILES=hyphen-2.4.patch +PATCH_FILES=hyphen-2.7.1.patch .IF "$(GUI)"=="UNX" CONFIGURE_DIR=$(BUILD_DIR) |