movgrab: add 1.2.1 bottle.
This commit is contained in:
parent
70f38686cb
commit
64f1e6e420
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Movgrab < Formula
|
|||
url "https://sites.google.com/site/columscode/files/movgrab-1.2.1.tar.gz"
|
||||
sha256 "1e9a57b1c934d8584f9133d918c1ceecfe102bbaf9fb4c8ab174a642917ae4a8"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "82cb6ea3423aabf6ae277fcdb2d6ae497021ba5ea7b9c58d6f3553ecebe1bb17" => :el_capitan
|
||||
sha256 "aac759c0e0b95b7ccf0e9a446d78e360be70aacf43f341eb1f785e8c7396b8cc" => :yosemite
|
||||
sha256 "f36f583c82bf0b4fda8b918fde44d0631950544c48f313ac3ed52b9dee6af7de" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue