diff options
author | Matthew Waters <matthew@centricular.com> | 2020-01-29 20:11:20 +1100 |
---|---|---|
committer | GStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2020-01-30 00:27:32 +0000 |
commit | 51603ab81b76f958b1d2010a27ae02d95b29f0dd (patch) | |
tree | e656c64c12cf453f6fc01149303ae4343d6e254f | |
parent | 3c0ddcf0683109ca6555f746f3dc9a9d64f5e8c6 (diff) |
moltenvk: update to 1.2.131.1
Fixes a memory leak of texture contents.
-rw-r--r-- | recipes/build-tools/moltenvk-tools.recipe | 4 | ||||
-rw-r--r-- | recipes/moltenvk.recipe | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/build-tools/moltenvk-tools.recipe b/recipes/build-tools/moltenvk-tools.recipe index d8073f53..3f6a463a 100644 --- a/recipes/build-tools/moltenvk-tools.recipe +++ b/recipes/build-tools/moltenvk-tools.recipe @@ -4,14 +4,14 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'moltenvk-tools' - version = '1.1.126.0' + version = '1.2.131.1' licenses = [License.Apachev2] stype = SourceType.TARBALL tarball_dirname = "vulkansdk-macos-%(version)s" # Mirrored because lunarg.com has an extremely small download limit # url = 'https://sdk.lunarg.com/sdk/download/%(version)s/mac/' + tarball_dirname + '.tar.gz' url = 'https://gstreamer.freedesktop.org/data/src/mirror/' + tarball_dirname + '.tar.gz' - tarball_checksum = '1ae62cc33227cbb32eff50951011405b0afa7a220765df06a975d6334cc45db4' + tarball_checksum = 'fbc01a433d61d303dd3ceef19a12a99ba3431498de2d761679073f12b05a7870' btype = BuildType.CUSTOM files_bins = [ diff --git a/recipes/moltenvk.recipe b/recipes/moltenvk.recipe index 49d41720..5bee95df 100644 --- a/recipes/moltenvk.recipe +++ b/recipes/moltenvk.recipe @@ -6,7 +6,7 @@ from cerbero.tools.libtool import LibtoolLibrary class Recipe(recipe.Recipe): name = 'moltenvk' - version = '1.1.126.0' + version = '1.2.131.1' licenses = [License.Apachev2] stype = SourceType.CUSTOM btype = BuildType.CUSTOM |