Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
bump glib and hafbuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Oct 16, 2020
1 parent 8e142d6 commit 481728f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 481728f

Please sign in to comment.