diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-05-15 11:53:51 +0300 |
commit | 26bd399171bacf2bd7f21657bd89c188dfef9873 (patch) | |
tree | e946e88178a03c2e1f1e612b512b71a45014cb83 /recipes/libmms.recipe | |
parent | 54d73820bb17fd0f89d89bcc3196bb5f030f0d98 (diff) |
Move more recipes to tarballs
Diffstat (limited to 'recipes/libmms.recipe')
-rw-r--r-- | recipes/libmms.recipe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libmms.recipe b/recipes/libmms.recipe index c183e15b..6bd757e7 100644 --- a/recipes/libmms.recipe +++ b/recipes/libmms.recipe @@ -2,7 +2,9 @@ class Recipe(recipe.Recipe): name = 'libmms' - version = '0.6.2' + version = '0.6.4' + stype = SourceType.TARBALL + url = 'http://sourceforge.net/projects/libmms/files/libmms/0.6.4/libmms-0.6.4.tar.gz' licenses = [License.LGPLv2_1Plus] deps = [ 'glib' ] |