summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2016-09-01 08:37:05 +0530
committerArun Raghavan <arun@arunraghavan.net>2016-09-01 08:38:11 +0530
commit82f0675a05b6f1e01c865c6dae0d0003559126a1 (patch)
tree6ab61e8c200091a8983b73fc1c8951ada16487c4 /recipes
parent0adae9c35306ed0e922352aecdca38fef70158d4 (diff)
libkate: Don't use googlecode to pull the tarball any more
googlecode is being scaled down, and the old link was a 404.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/libkate.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libkate.recipe b/recipes/libkate.recipe
index b266250b..cf7bc228 100644
--- a/recipes/libkate.recipe
+++ b/recipes/libkate.recipe
@@ -5,7 +5,7 @@ class Recipe(recipe.Recipe):
name = 'libkate'
version = '0.4.1'
stype = SourceType.TARBALL
- url = 'https://libkate.googlecode.com/files/libkate-0.4.1.tar.gz'
+ url = 'http://downloads.xiph.org/releases/kate/libkate-0.4.1.tar.gz'
licenses = [License.BSD_like]
deps = ['libogg', 'libpng']
patches = ['libkate/0001-be-more-permissive-with-automake-errors-now-that-we-.patch']