sqtop: add 2015-02-08 bottle.
This commit is contained in:
parent
5be41ce57b
commit
b532bedc83
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Sqtop < Formula
|
|||
version "2015-02-08"
|
||||
sha1 "379a97e0190f3da39e2d67096955c40217b39ae5"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "2200c1623c2cb8d8214fc5ea34e3942fc55cc7df" => :yosemite
|
||||
sha1 "f7d5f09979a76de5f3edd77b9ced98d03aff5954" => :mavericks
|
||||
sha1 "4a092176469214d7f45f7502701165cb5ccdc140" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue