lzop: add 1.03 bottle.
This commit is contained in:
parent
8b52ab36c1
commit
758c69be84
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class Lzop < Formula
|
|||
url "http://www.lzop.org/download/lzop-1.03.tar.gz"
|
||||
sha256 "c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "8948b68bd5f6ca91371dfbd3522c60015f1010e389ff138e12460bec3ade52b6" => :yosemite
|
||||
sha256 "dd86655bbf09a2d39c2b357fd8d19daec04516ed6d9d471e5d7031aed1a64d0d" => :mavericks
|
||||
sha256 "0fe2af0dba0474808f9f4979e4db3cd2c1be4df1f2237c75a9a323283c894280" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "lzo"
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue