diff options
author | Christoph Junghans <christoph.junghans@gmail.com> | 2017-09-26 13:03:34 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-26 13:03:34 -0600 |
commit | e3e030cf7612b575c6d7d3c2b43f953ddfb71835 (patch) | |
tree | 569b776189003856c4dac3abfc9707da764ffc50 /var | |
parent | 86d681be6e9506f8b048afc9f0a4087111926539 (diff) | |
download | spack-e3e030cf7612b575c6d7d3c2b43f953ddfb71835.tar.gz spack-e3e030cf7612b575c6d7d3c2b43f953ddfb71835.tar.bz2 spack-e3e030cf7612b575c6d7d3c2b43f953ddfb71835.tar.xz spack-e3e030cf7612b575c6d7d3c2b43f953ddfb71835.zip |
astyle: homepage dead, use mirror (#5483)
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/astyle/package.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/astyle/package.py b/var/spack/repos/builtin/packages/astyle/package.py index 2bd131dfe1..532909d66d 100644 --- a/var/spack/repos/builtin/packages/astyle/package.py +++ b/var/spack/repos/builtin/packages/astyle/package.py @@ -32,7 +32,9 @@ class Astyle(MakefilePackage): """ homepage = "http://astyle.sourceforge.net/" - url = "http://downloads.sourceforge.net/project/astyle/astyle/astyle%202.04/astyle_2.04_linux.tar.gz" + # homepage is dead use Gentoo Mirror + # url = "http://downloads.sourceforge.net/project/astyle/astyle/astyle%202.04/astyle_2.04_linux.tar.gz" + url = "http://distfiles.gentoo.org/distfiles/astyle_3.0.1_linux.tar.gz" maintainers = ['davydden'] |