Skip to content

Commit

Permalink
(#8937) - [harfbuzz] bump freetype & glib
Browse files Browse the repository at this point in the history
* - [harfbuzz] bump freetype

Signed-off-by: SSE4 <tomskside@gmail.com>

* - bump glib

Signed-off-by: SSE4 <tomskside@gmail.com>
  • Loading branch information
SSE4 authored Jan 17, 2022
1 parent 9cddf01 commit bbb45b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/harfbuzz/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ def configure(self):

def requirements(self):
if self.options.with_freetype:
self.requires("freetype/2.11.0")
self.requires("freetype/2.11.1")
if self.options.with_icu:
self.requires("icu/69.1")
if self.options.with_glib:
self.requires("glib/2.70.0")
self.requires("glib/2.70.1")

def source(self):
tools.get(**self.conan_data["sources"][self.version],
Expand Down

0 comments on commit bbb45b6

Please sign in to comment.