diff options
| author | BrewTestBot | 2015-01-21 12:24:06 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-01-22 17:02:57 +0100 | 
| commit | 06be1a147d390f752657abe1dc7f9ba71cf5d066 (patch) | |
| tree | 8d4513b738571f526c075f03842094ed1c80d5de | |
| parent | 334d59ba874a185344ea0af0c05ca5458ce43b16 (diff) | |
| download | homebrew-06be1a147d390f752657abe1dc7f9ba71cf5d066.tar.bz2 | |
libgxps: add 0.2.2 bottle.
| -rw-r--r-- | Library/Formula/libgxps.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libgxps.rb b/Library/Formula/libgxps.rb index 29a8f1ca4..1407e65ca 100644 --- a/Library/Formula/libgxps.rb +++ b/Library/Formula/libgxps.rb @@ -3,6 +3,13 @@ class Libgxps < Formula    url "http://ftp.gnome.org/pub/gnome/sources/libgxps/0.2/libgxps-0.2.2.tar.xz"    sha256 "39d104739bf0db43905c315de1d8002460f1a098576f4418f69294013a5820be" +  bottle do +    cellar :any +    sha1 "924309fd03db773717136c28f18c252287fb594e" => :yosemite +    sha1 "824b1ccbe6227f3daf53ba511186f45b7e57a8d2" => :mavericks +    sha1 "1782c7a78c41172a401cef801e0995818ec23e33" => :mountain_lion +  end +    head do      url "https://github.com/GNOME/libgxps.git"  | 
