diff --git a/recipes/gdk-pixbuf/all/conandata.yml b/recipes/gdk-pixbuf/all/conandata.yml index 4fc8567643ab9..eb2b246241296 100644 --- a/recipes/gdk-pixbuf/all/conandata.yml +++ b/recipes/gdk-pixbuf/all/conandata.yml @@ -2,3 +2,6 @@ sources: "2.42.0": url: "http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.0.tar.xz" sha256: "73441338d1a901dc7a3940113cb0aac22776b2832f7eab8f8ec7ec5755adaec7" + "2.42.2": + url: "http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.2.tar.xz" + sha256: "83c66a1cfd591d7680c144d2922c5955d38b4db336d7cd3ee109f7bcf9afef15" diff --git a/recipes/gdk-pixbuf/all/conanfile.py b/recipes/gdk-pixbuf/all/conanfile.py index 328ab94dc7e13..6ac7a491d6172 100644 --- a/recipes/gdk-pixbuf/all/conanfile.py +++ b/recipes/gdk-pixbuf/all/conanfile.py @@ -53,7 +53,7 @@ def configure(self): raise ConanInvalidConfiguration('This package does not support Macos currently') def build_requirements(self): - self.build_requires('meson/0.54.2') + self.build_requires('meson/0.56.0') self.build_requires('pkgconf/1.7.3') def requirements(self): diff --git a/recipes/gdk-pixbuf/config.yml b/recipes/gdk-pixbuf/config.yml index 8e56dcd3a0e95..af712a6515ca3 100644 --- a/recipes/gdk-pixbuf/config.yml +++ b/recipes/gdk-pixbuf/config.yml @@ -1,3 +1,5 @@ versions: "2.42.0": folder: all + "2.42.2": + folder: all