diff options
Diffstat (limited to 'recipes/build-tools/moltenvk-tools.recipe')
-rw-r--r-- | recipes/build-tools/moltenvk-tools.recipe | 4 |
1 files changed, 2 insertions, 2 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 = [ |