diff options
author | tnn <tnn@pkgsrc.org> | 2018-08-28 11:50:10 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2018-08-28 11:50:10 +0000 |
commit | bcc7f5461ce0ea1eb4b354675c0e9f30d000a02e (patch) | |
tree | 103111d95dcb79c59a683ddd212db0e8677f66d0 | |
parent | 3fb157ec7cc03f49350fbd61e652c4fdb7ee458c (diff) | |
download | pkgsrc-bcc7f5461ce0ea1eb4b354675c0e9f30d000a02e.tar.gz |
libreoffice: master site catch up with harfbuzz bump
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index e247d56b347..7d48afabef0 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.165 2018/08/28 03:42:35 ryoon Exp $ +# $NetBSD: Makefile,v 1.166 2018/08/28 11:50:10 tnn Exp $ VERREL= 6.1.0 VERRC= 3 @@ -110,7 +110,7 @@ DISTFILES+= ${md} SITES.${md}= https://dev-www.libreoffice.org/src/ .endfor -SITES.harfbuzz-1.8.7.tar.bz2= http://www.freedesktop.org/software/harfbuzz/release/ +SITES.harfbuzz-1.8.8.tar.bz2= http://www.freedesktop.org/software/harfbuzz/release/ .include "options.mk" |