diff options
Diffstat (limited to 'recipes/libkate.recipe')
-rw-r--r-- | recipes/libkate.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/libkate.recipe b/recipes/libkate.recipe index 45f506aa..80eb02a7 100644 --- a/recipes/libkate.recipe +++ b/recipes/libkate.recipe @@ -6,6 +6,7 @@ class Recipe(recipe.Recipe): version = '0.4.1' stype = SourceType.TARBALL url = 'https://downloads.xiph.org/releases/kate/libkate-%(version)s.tar.gz' + tarball_checksum = 'c40e81d5866c3d4bf744e76ce0068d8f388f0e25f7e258ce0c8e76d7adc87b68' licenses = [License.BSD_like] deps = ['libogg', 'libpng'] patches = ['libkate/0001-be-more-permissive-with-automake-errors-now-that-we-.patch'] |