diff options
author | Marcin Lewandowski <marcin@radiokit.org> | 2016-05-14 13:09:31 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-05-15 10:39:21 +0300 |
commit | f4f21cecc13a1d2c7fdcd0a8d22c0b4b4ac20487 (patch) | |
tree | 76c8594febd25a85707c5b036ea08e39c04dc537 /recipes/libshout.recipe | |
parent | 056dc09609fae74d94899ed8d5ff71832d73a0a0 (diff) |
libshout: Update to 2.4.1
https://bugzilla.gnome.org/show_bug.cgi?id=766430
Diffstat (limited to 'recipes/libshout.recipe')
-rw-r--r-- | recipes/libshout.recipe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libshout.recipe b/recipes/libshout.recipe index 1743d2ed..98ddaf05 100644 --- a/recipes/libshout.recipe +++ b/recipes/libshout.recipe @@ -3,9 +3,9 @@ class Recipe(recipe.Recipe): name = 'libshout' - version = '2.3.1' + version = '2.4.1' stype = SourceType.TARBALL - url = 'http://downloads.xiph.org/releases/libshout/libshout-2.3.1.tar.gz' + url = 'http://downloads.xiph.org/releases/libshout/libshout-2.4.1.tar.gz' licenses = [License.LGPLv2Plus] deps = ['libtheora', 'libogg', 'libvorbis', 'speex'] |