aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-07-01 11:48:04 +0100
committerMike McQuaid2014-07-01 12:19:59 +0100
commit9cab0c0f8f20b6fd58ab1392908fd5f82bc18343 (patch)
tree56444384097008f337bac6d6286120f24652c621 /Library
parent5508170c6576ba96e48acd3a6324cb370e84ed2b (diff)
downloadhomebrew-9cab0c0f8f20b6fd58ab1392908fd5f82bc18343.tar.bz2
npth: add 0.91 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/npth.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/npth.rb b/Library/Formula/npth.rb
index 679d1f5cc..87d5c9457 100644
--- a/Library/Formula/npth.rb
+++ b/Library/Formula/npth.rb
@@ -5,6 +5,13 @@ class Npth < Formula
url 'ftp://ftp.gnupg.org/gcrypt/npth/npth-0.91.tar.bz2'
sha1 'bb10db9f043fb63424162b6da6969af9082e6fa0'
+ bottle do
+ cellar :any
+ sha1 "6830f2d744b23859fa690454d02a2c60a8ae73c4" => :mavericks
+ sha1 "9ea753df5be9e97514f67ebe5969146064648f23" => :mountain_lion
+ sha1 "931d244c23b907c732286cfa5099e03978506ce5" => :lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"