diff options
| author | BrewTestBot | 2014-08-24 23:18:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-24 23:18:07 -0500 |
| commit | 7c21ac44e7da40190e238725668b7de50e7bff1b (patch) | |
| tree | 5b5b7f811b44c3b256933964f97067ec87188f9b /Library/Formula | |
| parent | da35ac4adc7d0073879dc282f7b8647ef8446904 (diff) | |
| download | homebrew-7c21ac44e7da40190e238725668b7de50e7bff1b.tar.bz2 | |
cogl: add 1.18.2 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cogl.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/cogl.rb b/Library/Formula/cogl.rb index afe2423b3..0625e2697 100644 --- a/Library/Formula/cogl.rb +++ b/Library/Formula/cogl.rb @@ -5,6 +5,12 @@ class Cogl < Formula url "http://ftp.gnome.org/pub/gnome/sources/cogl/1.18/cogl-1.18.2.tar.xz" sha256 "9278e519d5480eb0379efd48db024e8fdbf93f01dff48a7e756b85b508a863aa" + bottle do + sha1 "6ed57026e1e5f8a7ae7ca4d6191fcdfa496d7b9f" => :mavericks + sha1 "a064bf230c3188142a2c8d5d1d6031f164a1507f" => :mountain_lion + sha1 "994fa2392d984d6a7a6885d7ed705231c8fd5f71" => :lion + end + head do url "git://git.gnome.org/cogl" depends_on "autoconf" => :build |
