summaryrefslogtreecommitdiff
path: root/recipes/libshout.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libshout.recipe')
-rw-r--r--recipes/libshout.recipe4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libshout.recipe b/recipes/libshout.recipe
index bd4408c5..1743d2ed 100644
--- a/recipes/libshout.recipe
+++ b/recipes/libshout.recipe
@@ -3,7 +3,9 @@
class Recipe(recipe.Recipe):
name = 'libshout'
- version = '2.2.2'
+ version = '2.3.1'
+ stype = SourceType.TARBALL
+ url = 'http://downloads.xiph.org/releases/libshout/libshout-2.3.1.tar.gz'
licenses = [License.LGPLv2Plus]
deps = ['libtheora', 'libogg', 'libvorbis', 'speex']