motif package: fix the download url (#11939)

This commit is contained in:
Hironori-Yamaji 2019-07-09 08:20:01 +09:00 committed by Peter Scheibel
parent 1fe3d6367e
commit 68dd327d62

View File

@ -12,7 +12,7 @@ class Motif(AutotoolsPackage):
specification and the widget toolkit specification and the widget toolkit
""" """
homepage = "http://motif.ics.com/" homepage = "http://motif.ics.com/"
url = "http://cfhcable.dl.sourceforge.net/project/motif/Motif 2.3.8 Source Code/motif-2.3.8.tar.gz" url = "http://cfhcable.dl.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz"
version('2.3.8', '7572140bb52ba21ec2f0c85b2605e2b1') version('2.3.8', '7572140bb52ba21ec2f0c85b2605e2b1')