m-cli: add 0.0.9 bottle.
This commit is contained in:
parent
d4357b9b94
commit
3538a38033
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class MCli < Formula
|
|||
url "https://github.com/rgcr/m-cli/archive/v0.0.9.tar.gz"
|
||||
sha256 "957e86c03a8196f60c852672aa0a7c86d9093347e37c16783e67e423fa56f341"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "980e5335b55609427d6100ed2a7d7cfe815fafc4922e2a302f3104524ff23fe1" => :el_capitan
|
||||
sha256 "e24d33e100fba2466180bee916c395a74773722b2abe59fef13cde4cfdc1f8ef" => :yosemite
|
||||
sha256 "2cc6472a01a3bf7a73ef4608c7005b1937e23cc51b0762fc49f5c237316acffb" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
prefix.install Dir["*"]
|
||||
# Use absolute rather than relative path to plugins.
|
||||
|
|
Loading…
Reference in a new issue