summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorHironori-Yamaji <52182908+Hironori-Yamaji@users.noreply.github.com>2019-07-09 08:20:01 +0900
committerPeter Scheibel <scheibel1@llnl.gov>2019-07-08 16:20:01 -0700
commit68dd327d62e2c3cc4afbac58a23e303e59426ec0 (patch)
tree217b39f5170ba12708426abe5fbd948fc4137106 /var
parent1fe3d6367ea2f793a66033f4e77bf92a1d3e8b74 (diff)
downloadspack-68dd327d62e2c3cc4afbac58a23e303e59426ec0.tar.gz
spack-68dd327d62e2c3cc4afbac58a23e303e59426ec0.tar.bz2
spack-68dd327d62e2c3cc4afbac58a23e303e59426ec0.tar.xz
spack-68dd327d62e2c3cc4afbac58a23e303e59426ec0.zip
motif package: fix the download url (#11939)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/motif/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/motif/package.py b/var/spack/repos/builtin/packages/motif/package.py
index fc36c9765d..081c982d8d 100644
--- a/var/spack/repos/builtin/packages/motif/package.py
+++ b/var/spack/repos/builtin/packages/motif/package.py
@@ -12,7 +12,7 @@ class Motif(AutotoolsPackage):
specification and the widget toolkit
"""
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')