diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nesc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/nesc.rb b/Library/Formula/nesc.rb index 3f9157e1a..4e62f3c57 100644 --- a/Library/Formula/nesc.rb +++ b/Library/Formula/nesc.rb @@ -1,9 +1,9 @@ require 'formula' class Nesc < Formula - url 'http://downloads.sourceforge.net/project/nescc/nescc/v1.3.3/nesc-1.3.3.tar.gz' homepage 'http://nescc.sourceforge.net/' - md5 'f48a8b316de3f75ef1074c5585681f91' + url 'http://downloads.sourceforge.net/project/nescc/nescc/v1.3.4/nesc-1.3.4.tar.gz' + sha1 '360148ca99a88b628bcd4490ad42a9466490bf4e' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
