diff options
| author | BrewTestBot | 2014-11-05 06:51:30 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-05 11:24:43 +0000 |
| commit | 453e706835261512aab97cde71ef676e99de2f15 (patch) | |
| tree | e74b7a43f3055d8e756193830db6f6da9ce67506 /Library/Formula | |
| parent | 69262bc11e631fa14d3c92ca974abe6ccd0e3ede (diff) | |
| download | homebrew-453e706835261512aab97cde71ef676e99de2f15.tar.bz2 | |
magit: add 1.2.1 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/magit.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/magit.rb b/Library/Formula/magit.rb index fc22f106d..807cf59d7 100644 --- a/Library/Formula/magit.rb +++ b/Library/Formula/magit.rb @@ -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 |
