mstch: add 1.0.1 bottle.
This commit is contained in:
parent
c11e0f3cee
commit
86300a8573
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Mstch < Formula
|
|||
url "https://github.com/no1msd/mstch/archive/1.0.1.tar.gz"
|
||||
sha256 "0f8ce1c47ff6b52c6f347b443447651b549366a21d086927fe0b27e14da5620e"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "c5a6f5c4de5a6e1c99b359db64e6ee89244cd1ed6b38872e4f257db00bdaa792" => :el_capitan
|
||||
sha256 "9905c1ff49882abf0a5dca1e609afc10a8e02f4cab010d8bb33d5347388f52b7" => :yosemite
|
||||
sha256 "e55ffb2f8c98dab7fd74fbf58bd71651f945d8d3a0bb6f12eed397386e872860" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "boost"
|
||||
|
||||
|
|
Loading…
Reference in a new issue