From 481728f315c18fb544e34776d5ccc91a6fe79c12 Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Fri, 16 Oct 2020 11:34:45 +0200 Subject: [PATCH] bump glib and hafbuzz --- conanfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 69cb7ec..672ec78 100644 --- a/conanfile.py +++ b/conanfile.py @@ -288,7 +288,7 @@ def requirements(self): self.requires("pcre2/10.33") if self.options.with_glib: - self.requires("glib/2.66.0") + self.requires("glib/2.66.1") # if self.options.with_libiconv: # self.requires("libiconv/1.16") if self.options.with_doubleconversion and not self.options.multiconfiguration: @@ -300,7 +300,7 @@ def requirements(self): if self.options.with_icu: self.requires("icu/64.2") if self.options.with_harfbuzz and not self.options.multiconfiguration: - self.requires("harfbuzz/2.6.8@") + self.requires("harfbuzz/2.7.2@") if self.options.with_libjpeg and not self.options.multiconfiguration: self.requires("libjpeg/9d") if self.options.with_libpng and not self.options.multiconfiguration: