diff options
author | Edward Hervey <edward@centricular.com> | 2019-09-10 09:32:08 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2019-11-29 19:25:51 +0000 |
commit | e322d92001ff21de8ece5a8686ba1108d14b1b84 (patch) | |
tree | 7a400861ee0bd8d1d60e6d1d39c55fc982d37c2c /recipes | |
parent | 75aac18374b30dbb64fcfb52e13df6c33c5c85f5 (diff) |
recipes: Upgrade opus to 1.3.1
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/opus.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/opus.recipe b/recipes/opus.recipe index e3c78877..aa0721de 100644 --- a/recipes/opus.recipe +++ b/recipes/opus.recipe @@ -3,11 +3,11 @@ class Recipe(recipe.Recipe): name = 'opus' - version = '1.3' + version = '1.3.1' licenses = [{License.BSD_like: ['COPYING']}] stype = SourceType.TARBALL url = 'xiph://.tar.gz' - tarball_checksum = '4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550' + tarball_checksum = '65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d' patches = ['opus/0001-celt-Force-stack-alignment-for-functions-using-__m12.patch'] |