gzrt: add 0.8 bottle.
This commit is contained in:
parent
22f95972c0
commit
d104ddedc9
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Gzrt < Formula
|
|||
url "http://www.urbanophile.com/arenn/coding/gzrt/gzrt-0.8.tar.gz"
|
||||
sha256 "b0b7dc53dadd8309ad9f43d6d6be7ac502c68ef854f1f9a15bd7f543e4571fee"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "01df00fd35c6eaee9d32da4644d694ce33deda79a9c3da0284b52694f94a9515" => :el_capitan
|
||||
sha256 "af8ffc53bcf606b0634537adfeb67733c27ec079fa0347de41c668dbb5cce037" => :yosemite
|
||||
sha256 "0df681add87a86ffad0954b1699e3d92613faad902184b24ed595bccb7d3897d" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "gzrecover"
|
||||
|
|
Loading…
Reference in a new issue