diff options
| author | Chad Catlett | 2013-02-13 07:53:56 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-02-13 08:04:00 -0800 |
| commit | f8fd850a6d6d20fcc6cb95e186e36f13f40cde1c (patch) | |
| tree | 278689f5edd8d7be673312ae9b753c88b3dcb8b0 /Library/Formula | |
| parent | 52b8be1fb0cbb5588199481bdbf9545560866e67 (diff) | |
| download | homebrew-f8fd850a6d6d20fcc6cb95e186e36f13f40cde1c.tar.bz2 | |
sipcalc 1.1.6
Closes #17817.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/sipcalc.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/sipcalc.rb b/Library/Formula/sipcalc.rb index 10c60fd60..e92ddf333 100644 --- a/Library/Formula/sipcalc.rb +++ b/Library/Formula/sipcalc.rb @@ -2,8 +2,8 @@ require 'formula' class Sipcalc < Formula homepage 'http://www.routemeister.net/projects/sipcalc/' - url 'http://www.routemeister.net/projects/sipcalc/files/sipcalc-1.1.5.tar.gz' - sha1 'fe2180df9e14d28407a089c9ac23e4fabfb6e2a1' + url 'http://www.routemeister.net/projects/sipcalc/files/sipcalc-1.1.6.tar.gz' + sha1 'edc4177bf0ef7e61363ef85bbe80255448418460' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
