diff options
Diffstat (limited to 'recipes/cdparanoia.recipe')
-rw-r--r-- | recipes/cdparanoia.recipe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/cdparanoia.recipe b/recipes/cdparanoia.recipe index 1731c987..b8ac9e07 100644 --- a/recipes/cdparanoia.recipe +++ b/recipes/cdparanoia.recipe @@ -13,6 +13,7 @@ class Recipe(recipe.Recipe): stype = SourceType.TARBALL url = 'https://downloads.xiph.org/releases/%(name)s/%(name)s-III-%(version)s.src.tgz' tarball_dirname = '%(name)s-III-%(version)s' + tarball_checksum = '005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df' autoreconf = True # binaries are GPL licenses = [License.LGPLv2_1Plus] |