diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/liboauth.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/liboauth.rb b/Library/Formula/liboauth.rb index 882e7fb77..6df2f0a05 100644 --- a/Library/Formula/liboauth.rb +++ b/Library/Formula/liboauth.rb @@ -5,6 +5,13 @@ class Liboauth < Formula url 'https://downloads.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz' sha1 '791dbb4166b5d2c843c8ff48ac17284cc0884af2' + bottle do + cellar :any + sha1 "629338632e3bc565c467e78ec3eda027e5dc8f5f" => :mavericks + sha1 "beb85d4344d6fe052a6f0fd86660d23ac719b004" => :mountain_lion + sha1 "e7412537949792cec74e50bb2a04c4b1f6116094" => :lion + end + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", |
