diff options
author | Hironori-Yamaji <52182908+Hironori-Yamaji@users.noreply.github.com> | 2019-07-09 08:20:01 +0900 |
---|---|---|
committer | Peter Scheibel <scheibel1@llnl.gov> | 2019-07-08 16:20:01 -0700 |
commit | 68dd327d62e2c3cc4afbac58a23e303e59426ec0 (patch) | |
tree | 217b39f5170ba12708426abe5fbd948fc4137106 /var | |
parent | 1fe3d6367ea2f793a66033f4e77bf92a1d3e8b74 (diff) | |
download | spack-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.py | 2 |
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') |