magit: add 1.2.1 bottle.
This commit is contained in:
parent
307530456b
commit
54254c3018
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@ class Magit < Formula
|
|||
|
||||
head 'https://github.com/magit/magit.git'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "0c988c206dc40f76695c0b94bc930d6b2e4aefe0" => :yosemite
|
||||
sha1 "8d43e307fcbda7378087875f1b3296c0fc9aad20" => :mavericks
|
||||
sha1 "f13c6aab177ce0c9e9d90d4197f7719d92925b93" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install", "DESTDIR=#{prefix}", "PREFIX="
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue