diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-20 04:17:41 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-20 04:17:41 +0530 |
commit | 3dc8583e25fbd99bcce777f1ea9c73a77bec2630 (patch) | |
tree | a6667007193d1e7307437e0e8cc96b6c55932b87 /recipes/opus.recipe | |
parent | 9f3ddf455be9137d004c4a91efa5a9117c57144f (diff) |
opus.recipe: Update to 1.3
https://people.xiph.org/~jm/opus/opus-1.3/
Diffstat (limited to 'recipes/opus.recipe')
-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 0c40a690..b0ec4efb 100644 --- a/recipes/opus.recipe +++ b/recipes/opus.recipe @@ -3,11 +3,11 @@ class Recipe(recipe.Recipe): name = 'opus' - version = '1.2.1' + version = '1.3' licenses = [License.BSD_like] stype = SourceType.TARBALL url = 'https://downloads.xiph.org/releases/{0}/{0}-{1}.tar.gz'.format(name, version) - tarball_checksum = 'cfafd339ccd9c5ef8d6ab15d7e1a412c054bf4cb4ecbbbcc78c12ef2def70732' + tarball_checksum = '4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550' files_libs = ['libopus'] files_devel = ['include/opus', 'lib/pkgconfig/opus.pc'] |