summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-10-26 19:50:24 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-10-26 19:52:22 +0530
commit02dc489ca85046275637fdd594b69dffe94dca59 (patch)
tree3949ab5b7cb1b9d4141468b104697dc9382b7764
parentb912dca542e475d1595c1ec2af34e8f878ad847c (diff)
taglib.recipe: Upstream moved to a new website
In the process they nuked the old one completely and broke all downloads: https://github.com/taglib/taglib/issues/764
-rw-r--r--recipes/taglib.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/taglib.recipe b/recipes/taglib.recipe
index 3986528f..e3dc8f50 100644
--- a/recipes/taglib.recipe
+++ b/recipes/taglib.recipe
@@ -7,7 +7,7 @@ class Recipe(recipe.Recipe):
name = 'taglib'
version = '1.7.2'
stype = SourceType.TARBALL
- url = 'https://taglib.github.io/releases/taglib-1.7.2.tar.gz'
+ url = 'http://{0}.org/releases/{0}-{1}.tar.gz'.format(name, version)
# either LGPLv2.1 or MPLv1.1
licenses = [License.LGPLv2_1]
configure_options = '-DWITH_MP4=ON -DWITH_ASF=ON -DENABLE_STATIC=1'