fsh: add 1.2 bottle.
This commit is contained in:
parent
89d50028e9
commit
d96e8adeba
1 changed files with 7 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue