From 9ef39163d8c94c701aa4aa621866c976bea46100 Mon Sep 17 00:00:00 2001
From: BenBrands <benjamin.brands@fau.de>
Date: Tue, 9 Jan 2018 16:40:27 +0100
Subject: [PATCH] changed url for astyle (#6863)

* changed url for astyle

* use SourceForge
---
 var/spack/repos/builtin/packages/astyle/package.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/var/spack/repos/builtin/packages/astyle/package.py b/var/spack/repos/builtin/packages/astyle/package.py
index 62e7204168..a9e4e37f33 100644
--- a/var/spack/repos/builtin/packages/astyle/package.py
+++ b/var/spack/repos/builtin/packages/astyle/package.py
@@ -32,9 +32,9 @@ class Astyle(MakefilePackage):
     """
 
     homepage = "http://astyle.sourceforge.net/"
-    # 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"
+    url = "https://sourceforge.net/projects/astyle/files/astyle/astyle%203.0.1/astyle_3.0.1_linux.tar.gz"
+    # Gentoo alternative
+    # url = "http://distfiles.gentoo.org/distfiles/astyle_3.0.1_linux.tar.gz"
 
     maintainers = ['davydden']
 
-- 
GitLab