ghostscript-fonts: fix URL (#31360)

This commit is contained in:
Rémi Lacroix 2022-07-13 10:11:22 +02:00 committed by GitHub
parent 9c5ef2aafe
commit 0e783b2c47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,11 +8,12 @@
from spack.package import *
class GhostscriptFonts(Package):
class GhostscriptFonts(Package, SourceforgePackage):
"""Ghostscript Fonts"""
homepage = "https://ghostscript.com/"
url = "https://www.imagemagick.org/download/delegates/ghostscript-fonts-std-8.11.tar.gz"
sourceforge_mirror_path = ("gs-fonts/gs-fonts/8.11%20%28base%2035%2C%20GPL%29/"
"ghostscript-fonts-std-8.11.tar.gz")
version('8.11', sha256='0eb6f356119f2e49b2563210852e17f57f9dcc5755f350a69a46a0d641a0c401')