diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2017-01-16 10:48:02 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-01-16 15:31:06 +0100 |
commit | f871c5545cc94fff3cd152136ad27d2f9f50a4df (patch) | |
tree | c692ff8079a7e39a0439525c17d00d872d2f2a98 | |
parent | 354808340f935217ca5649e433eb7b34e661c264 (diff) | |
download | buildroot-f871c5545cc94fff3cd152136ad27d2f9f50a4df.tar.gz buildroot-f871c5545cc94fff3cd152136ad27d2f9f50a4df.zip |
poppler: bump to version 0.51.0
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/poppler/poppler.hash | 2 | ||||
-rw-r--r-- | package/poppler/poppler.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/poppler/poppler.hash b/package/poppler/poppler.hash index 21decf61fe..af597e0297 100644 --- a/package/poppler/poppler.hash +++ b/package/poppler/poppler.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 c9c93318b789d3933f6e0bad3bc65110280c28eac3f0666284bb9c9a0ab4bc36 poppler-0.50.0.tar.xz +sha256 e997c9ad81a8372f2dd03a02b00692b8cc479c220340c8881edaca540f402c1f poppler-0.51.0.tar.xz diff --git a/package/poppler/poppler.mk b/package/poppler/poppler.mk index 478da40788..c40d5fff0e 100644 --- a/package/poppler/poppler.mk +++ b/package/poppler/poppler.mk @@ -4,7 +4,7 @@ # ################################################################################ -POPPLER_VERSION = 0.50.0 +POPPLER_VERSION = 0.51.0 POPPLER_SOURCE = poppler-$(POPPLER_VERSION).tar.xz POPPLER_SITE = http://poppler.freedesktop.org POPPLER_DEPENDENCIES = fontconfig host-pkgconf |