diff options
| -rw-r--r-- | Library/Formula/gsmartcontrol.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gsmartcontrol.rb b/Library/Formula/gsmartcontrol.rb index 909a6940c..3ff5a0688 100644 --- a/Library/Formula/gsmartcontrol.rb +++ b/Library/Formula/gsmartcontrol.rb @@ -1,8 +1,8 @@ require 'formula' class Gsmartcontrol < Formula - homepage 'http://gsmartcontrol.berlios.de/' - url 'http://download.berlios.de/gsmartcontrol/gsmartcontrol-0.8.7.tar.bz2' + homepage 'http://gsmartcontrol.sourceforge.net/home/index.php' + url 'https://downloads.sourceforge.net/project/gsmartcontrol/0.8.7/gsmartcontrol-0.8.7.tar.bz2' sha1 '36c255e8f493b003a616cb1eff3a86ccc6b8f80a' depends_on 'pkg-config' => :build |
