diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gdk-pixbuf.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gdk-pixbuf.recipe b/recipes/gdk-pixbuf.recipe index fdc80c4a..870e802c 100644 --- a/recipes/gdk-pixbuf.recipe +++ b/recipes/gdk-pixbuf.recipe @@ -4,12 +4,12 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'gdk-pixbuf' - version = '2.42.10' + version = '2.42.12' licenses = [License.LGPLv2Plus] stype = SourceType.TARBALL btype = BuildType.MESON url = 'gnome://' - tarball_checksum = 'ee9b6c75d13ba096907a2e3c6b27b61bcd17f5c7ebeab5a5b439d2f2e39fe44b' + tarball_checksum = 'b9505b3445b9a7e48ced34760c3bcb73e966df3ac94c95a148cb669ab748e3c7' meson_options = {'docs' : 'false', 'man' : 'false', 'installed_tests' : 'false', |