diff options
| author | BrewTestBot | 2015-01-27 10:08:20 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-27 10:33:21 +0000 | 
| commit | 7bca41d72821ea92aac481e593f1fe1ee11b3b7c (patch) | |
| tree | 8bb406e660f6fe5496d9b2f015f06cc23554da8b | |
| parent | 822763e55573e7f311d12759bd92da00e18dfd4d (diff) | |
| download | homebrew-7bca41d72821ea92aac481e593f1fe1ee11b3b7c.tar.bz2 | |
pacvim: add 1.1.1 bottle.
| -rw-r--r-- | Library/Formula/pacvim.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/pacvim.rb b/Library/Formula/pacvim.rb index 3deccacbd..3195e8993 100644 --- a/Library/Formula/pacvim.rb +++ b/Library/Formula/pacvim.rb @@ -4,6 +4,12 @@ class Pacvim < Formula    sha1 "496ed02edba8dad15ade95352a7c6441f97fdf7a"    head "https://github.com/jmoon018/PacVim.git" +  bottle do +    sha1 "72ab787738913d09abc2221f37a8ec9c6da31d5a" => :yosemite +    sha1 "8fab0bdb05fbd24bb0282e68d805fe2e0eaf0908" => :mavericks +    sha1 "c38b89d4de35684122e4ab14ca605fdf4977a7b5" => :mountain_lion +  end +    needs :cxx11    def install | 
