mbelib: add 1.2.5 bottle.
This commit is contained in:
parent
da42716d7d
commit
37776f5b7b
1 changed files with 8 additions and 1 deletions
|
@ -2,9 +2,16 @@ require 'formula'
|
|||
|
||||
class Mbelib < Formula
|
||||
homepage 'https://github.com/szechyjs/mbelib'
|
||||
head 'https://github.com/szechyjs/mbelib.git'
|
||||
url 'https://github.com/szechyjs/mbelib/archive/v1.2.5.tar.gz'
|
||||
sha1 'ee970823d95f008941132edc6142a1a0282655a8'
|
||||
head 'https://github.com/szechyjs/mbelib.git'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "8397b4aa2db9aa259708aaeacab53ce2b0699b93" => :mavericks
|
||||
sha1 "81a0d6bbdfbb56ae25ea9f4a5e7691914b1afafd" => :mountain_lion
|
||||
sha1 "a907d1bb374da4629c30219bf22392ec6a7afebd" => :lion
|
||||
end
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
|
|
Loading…
Reference in a new issue