diff options
| author | BrewTestBot | 2014-10-22 15:41:52 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 15:57:12 +0100 | 
| commit | 91f93952ebb97fb1164a6b46378657704d0b860f (patch) | |
| tree | 801501cd7922e3c6aeace03e03ee28bed0e849b2 | |
| parent | e9891508e53231fb61c5b3e56be9b94cceeb65e6 (diff) | |
| download | homebrew-91f93952ebb97fb1164a6b46378657704d0b860f.tar.bz2 | |
gtksourceview: add 2.10.5 bottle.
| -rw-r--r-- | Library/Formula/gtksourceview.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/Library/Formula/gtksourceview.rb b/Library/Formula/gtksourceview.rb index 058752abe..90ab644d9 100644 --- a/Library/Formula/gtksourceview.rb +++ b/Library/Formula/gtksourceview.rb @@ -5,6 +5,12 @@ class Gtksourceview < Formula    url 'http://ftp.gnome.org/pub/GNOME/sources/gtksourceview/2.10/gtksourceview-2.10.5.tar.gz'    sha1 '1bb784d1e9d9966232928cf91b1ded20e8339670' +  bottle do +    sha1 "e776f4b2aa5a68f193d1f22352582cb923090614" => :yosemite +    sha1 "d6e3dd382f238451ad531475b7737a7d5c5f7b2d" => :mavericks +    sha1 "466836536733808dfbbe8c874b02b3e9afa84006" => :mountain_lion +  end +    depends_on :x11    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build | 
