diff options
| author | BrewTestBot | 2014-07-03 20:34:33 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:28 +0100 | 
| commit | 735b418fff5eb8fb4530cbea77281d48b6c92eea (patch) | |
| tree | 7aca02a212bbe9e944428aefec309c394020e58a | |
| parent | 6aae0c98794802c086e893ac70ac51402a1b16ca (diff) | |
| download | homebrew-735b418fff5eb8fb4530cbea77281d48b6c92eea.tar.bz2 | |
libgtop: add 2.28.5 bottle.
| -rw-r--r-- | Library/Formula/libgtop.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/libgtop.rb b/Library/Formula/libgtop.rb index 0417d73cb..4cf1a0285 100644 --- a/Library/Formula/libgtop.rb +++ b/Library/Formula/libgtop.rb @@ -5,6 +5,12 @@ class Libgtop < Formula    url 'http://ftp.gnome.org/pub/gnome/sources/libgtop/2.28/libgtop-2.28.5.tar.xz'    sha1 '7104a7546252e3fb26d162e9b34e1f7df42236d1' +  bottle do +    sha1 "8e805527961a5880ee4b23ab0d0d4bb61f416bbd" => :mavericks +    sha1 "ec23946232ea0e8f47d85d42bc0315399e266bca" => :mountain_lion +    sha1 "5a2ab28aef2fe82fc0a6a54d6f5714d666da202e" => :lion +  end +    depends_on 'pkg-config' => :build    depends_on 'intltool' => :build    depends_on 'gettext'  | 
