diff options
Diffstat (limited to 'recipes/build-tools/gperf.recipe')
-rw-r--r-- | recipes/build-tools/gperf.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/build-tools/gperf.recipe b/recipes/build-tools/gperf.recipe index b287fd62..f483b0b1 100644 --- a/recipes/build-tools/gperf.recipe +++ b/recipes/build-tools/gperf.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '3.0.4' licenses = [License.GPLv2] stype = SourceType.TARBALL - url = 'https://ftp.gnu.org/pub/gnu/gperf/gperf-%(version)s.tar.gz' + url = 'gnu://.tar.gz' tarball_checksum = '767112a204407e62dbc3106647cf839ed544f3cf5d0f0523aaa2508623aad63e' patches = ['gperf-0001-Don-t-override-environment-AR.patch'] |