libextractor: add 1.3 bottle.
This commit is contained in:
parent
81f4f1c5f4
commit
1c967a6ed1
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Libextractor < Formula
|
|||
mirror "http://ftp.gnu.org/gnu/libextractor/libextractor-1.3.tar.gz"
|
||||
sha1 "613d0b80e83c79c3e05e073bcda0d0d0bd1f3336"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "b15e3b84d7a5ff3de9a4aaee6217cce88eda57d4" => :mavericks
|
||||
sha1 "805f42f40bc00584dda99723ff136d2bce53fd87" => :mountain_lion
|
||||
sha1 "d442f903c5157d5a1a8c68d06967814a30d4c666" => :lion
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "libtool" => :run
|
||||
depends_on "iso-codes" => :optional
|
||||
|
|
Loading…
Reference in a new issue