Skip to content
Snippets Groups Projects
Commit b2b4bd09 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

libvpx: update to 1.13.1

And generate Meson build patch as sequence of commits from
meson-ports libvpx repository. Generated with:

git format-patch --no-numbered --no-stat --stdout v1.13.1..meson --not 7c854566c8dbbf047a90139a928a6ac9196546af

Part-of: <!1279>
parent 74b9ebce
No related branches found
No related tags found
1 merge request!1279libvpx: update to 1.13.1
Pipeline #1007916 passed
......@@ -7,11 +7,11 @@ import shutil
class Recipe(recipe.Recipe):
name = 'libvpx'
version = 'v1.13.0'
version = 'v1.13.1'
stype = SourceType.TARBALL
url = 'https://github.com/webmproject/libvpx/archive/%(version)s.tar.gz'
tarball_dirname = 'libvpx-' + version[1:]
tarball_checksum = 'cb2a393c9c1fae7aba76b950bb0ad393ba105409fe1a147ccd61b0aaa1501066'
tarball_checksum = '00dae80465567272abd077f59355f95ac91d7809a2d3006f9ace2637dd429d14'
licenses = [{License.BSD: ['LICENSE'], License.Misc: ['PATENTS']}]
btype = BuildType.MESON
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment