aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-04-17 03:41:50 +0100
committerXu Cheng2015-04-17 14:11:12 +0800
commita81e558e82c602ce54ad5984cc437258c3057b79 (patch)
treece030bc10f195036ed872590cdab756269e18dc9 /Library
parent3ab8440ab00576312ebae35a4ff87f66b5e2a32a (diff)
downloadhomebrew-a81e558e82c602ce54ad5984cc437258c3057b79.tar.bz2
sipcalc: add 1.1.6 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/sipcalc.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sipcalc.rb b/Library/Formula/sipcalc.rb
index 9fd6416b3..3e14aad55 100644
--- a/Library/Formula/sipcalc.rb
+++ b/Library/Formula/sipcalc.rb
@@ -3,6 +3,13 @@ class Sipcalc < Formula
url "http://www.routemeister.net/projects/sipcalc/files/sipcalc-1.1.6.tar.gz"
sha256 "cfd476c667f7a119e49eb5fe8adcfb9d2339bc2e0d4d01a1d64b7c229be56357"
+ bottle do
+ cellar :any
+ sha256 "6b2fc300755693d382fd5ea971c272a7c8c7bff49614dd88d8db4270aa496012" => :yosemite
+ sha256 "7ddf7b200984de97143828faf6385314a2ff3f4436432d810e5aaf7dfe44e78c" => :mavericks
+ sha256 "be6f69bdc8613a2f6f98279445ac443517b7ffb2746268c09e0d2cdc61bbd0e8" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",