diff options
| author | Brett Koonce | 2013-02-01 20:13:26 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-01 22:08:16 -0600 |
| commit | 8d7d42ff0a9587664be43158eb8c16bd98928f6f (patch) | |
| tree | 5884599df2e03ae3c824146774b63f8f82825f03 /Library | |
| parent | 9970e4ce22ca74d9691bcd9ca670691e7563e882 (diff) | |
| download | homebrew-8d7d42ff0a9587664be43158eb8c16bd98928f6f.tar.bz2 | |
ngspice 25
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ngspice.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ngspice.rb b/Library/Formula/ngspice.rb index 544f0e52e..49d4ad753 100644 --- a/Library/Formula/ngspice.rb +++ b/Library/Formula/ngspice.rb @@ -2,8 +2,8 @@ require 'formula' class Ngspice < Formula homepage 'http://ngspice.sourceforge.net/' - url 'http://downloads.sourceforge.net/project/ngspice/ng-spice-rework/24/ngspice-24.tar.gz' - sha1 'a6bb0e65c1c07d48f1d3e4df44fc17f6262952eb' + url 'http://sourceforge.net/projects/ngspice/files/ng-spice-rework/25/ngspice-25.tar.gz' + sha1 '745c3c32385b7d5c808836e393fe7699f8568860' option "with-x", "Build with X support" option "without-xspice", "Build without x-spice extensions" |
