aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2015-02-22 08:42:34 +0000
committerMike McQuaid2015-02-22 15:45:43 +0000
commit0126d3b29299faae15607215c6920a0a4fd4bf00 (patch)
tree2287c90b88afdf1fb65f96610c0d97e0314aa8e3 /Library
parent7371f697a6176a06df68101286f72fdba7b8e388 (diff)
downloadhomebrew-0126d3b29299faae15607215c6920a0a4fd4bf00.tar.bz2
fsh: add 1.2 bottle.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fsh.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fsh.rb b/Library/Formula/fsh.rb
index c8269e18e..1a74fe3ff 100644
--- a/Library/Formula/fsh.rb
+++ b/Library/Formula/fsh.rb
@@ -3,6 +3,13 @@ class Fsh < Formula
url "http://www.lysator.liu.se/fsh/fsh-1.2.tar.gz"
sha1 "c2f1e923076d368fbb5504dcd1d33c74024b0d1b"
+ bottle do
+ cellar :any
+ sha1 "0032ffd126903008825b9f3d1d7a6a261da8411e" => :yosemite
+ sha1 "fa0639c0b04a59327078f3c56fd416530ecf48ee" => :mavericks
+ sha1 "4cb087d1b5b153e22cf726c6e986615620551273" => :mountain_lion
+ end
+
def install
# FCNTL was deprecated and needs to be changed to fcntl
inreplace "fshcompat.py", "FCNTL", "fcntl"