diff options
author | Edward Hervey <edward@centricular.com> | 2018-02-21 16:10:25 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2018-02-21 16:10:25 +0100 |
commit | e375645064cb75f7a98c7f7bc6ee0bd95ba89221 (patch) | |
tree | cd28f183f3d5476d29589b5747278cb53c59da93 /recipes/opus.recipe | |
parent | 2c16963ce3cad633a97de58ccbf0434c261ded80 (diff) |
recipes: Upgrade opus to 1.2.1
Diffstat (limited to 'recipes/opus.recipe')
-rw-r--r-- | recipes/opus.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/opus.recipe b/recipes/opus.recipe index 7e28f382..36b3d97a 100644 --- a/recipes/opus.recipe +++ b/recipes/opus.recipe @@ -3,7 +3,7 @@ class Recipe(recipe.Recipe): name = 'opus' - version = '1.1.3' + version = '1.2.1' licenses = [License.BSD_like] stype = SourceType.TARBALL url = 'http://downloads.xiph.org/releases/{0}/{0}-{1}.tar.gz'.format(name, version) |