regldg: add 1.0.0 bottle.
This commit is contained in:
parent
b8b20a8c1a
commit
86ad8ad35a
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Regldg < Formula
|
|||
url "http://regldg.com/regldg-1.0.0.tar.gz"
|
||||
sha256 "cd550592cc7a2f29f5882dcd9cf892875dd4e84840d8fe87133df9814c8003f1"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "52c64d6766b68a1ed602d3878368109d3ac3e5e60d6fc14a4606518d14f6e678" => :el_capitan
|
||||
sha256 "c4157a77e2620b868b2dbbb3ebf126193b238c6a69d2a895420950d4203d7a17" => :yosemite
|
||||
sha256 "4b3d32f6aef97ad10f581d455f4e2d97babb42e5abe749a2f746a91f10051cc6" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make"
|
||||
bin.install "regldg"
|
||||
|
|
Loading…
Reference in a new issue