tlassemble: add 1.0 bottle.
This commit is contained in:
parent
2869602e8e
commit
56b2e7c68b
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Tlassemble < Formula
|
|||
url "https://github.com/dbridges/cocoa-tlassemble/archive/v1.0.tar.gz"
|
||||
sha256 "ce56ebf60665a4f400b8f4b9157825bdb3f6b2034c522c93f5137ecd671fc7c6"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "bcc1b47fd720be507a72caafeb9336469944aae69f4ae75e00ca4c7ff20665bc" => :el_capitan
|
||||
sha256 "196bf8727ebe120ce2cd168dfb46dc232e45b9ea345737b982fb5f2e713d0c53" => :yosemite
|
||||
sha256 "0fc7c156fa020a2f7b2a9dbe8b1973b27b1c427099b4eadcf1a58d039ebb4feb" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "tlassemble"
|
||||
|
|
Loading…
Reference in a new issue