libstfl: add 0.22 bottle.
Closes Homebrew/homebrew#29066. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e39ee75e2b
commit
fa65ae3e61
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ class Libstfl < Formula
|
|||
url 'http://www.clifford.at/stfl/stfl-0.22.tar.gz'
|
||||
sha1 '226488be2b33867dfb233f0fa2dde2d066e494bd'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "9129d6d9e60372e18d6b52f4e2988d561a55d36f" => :mavericks
|
||||
sha1 "43c92335569f786b8d7055d178d12fbdf13133e9" => :mountain_lion
|
||||
sha1 "c20d248abf27a59b16d51f3383831f56fcd3c5e3" => :lion
|
||||
end
|
||||
|
||||
depends_on :python => :optional
|
||||
depends_on 'swig' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue