aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-04-11 11:03:04 +0100
committerXu Cheng2015-04-12 02:08:13 +0800
commitc896879840663fabfa245eb9e82742fa67c0f35b (patch)
tree6fb1007b929f447af48eaae26fd3e8c40b1677a5 /Library/Formula
parenta103fdeb424cd52040a21b91fb8ad727aeb468fc (diff)
downloadhomebrew-c896879840663fabfa245eb9e82742fa67c0f35b.tar.bz2
shntool: add 3.0.10 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/shntool.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/shntool.rb b/Library/Formula/shntool.rb
index 07bd058eb..2c149aebf 100644
--- a/Library/Formula/shntool.rb
+++ b/Library/Formula/shntool.rb
@@ -3,6 +3,13 @@ class Shntool < Formula
url "http://etree.org/shnutils/shntool/dist/src/shntool-3.0.10.tar.gz"
sha256 "74302eac477ca08fb2b42b9f154cc870593aec8beab308676e4373a5e4ca2102"
+ bottle do
+ cellar :any
+ sha256 "46d99776bb02d9721f30a6cb9b2c44293d3fbc6b4e3f522df869a7106b09a448" => :yosemite
+ sha256 "fa745e31b3c2aadb20d5c87f7175f00b3c5a39b6664ea0a9aa9d88d5767781c5" => :mavericks
+ sha256 "10fb74d16244a21c15676ec9fce007167ef7784b83a0d10afb3d0f87b86ab292" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"