diff options
| author | BrewTestBot | 2014-07-03 20:34:33 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:29 +0100 |
| commit | b0a6040811de640fddeffcadb4f380cbe981c189 (patch) | |
| tree | 8345cdef7186bcfa366919b0ac5150a134884cbf | |
| parent | d3af1b2687d9c1ebfef892350831b412bc8c3465 (diff) | |
| download | homebrew-b0a6040811de640fddeffcadb4f380cbe981c189.tar.bz2 | |
libical: add 1.0 bottle.
| -rw-r--r-- | Library/Formula/libical.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/libical.rb b/Library/Formula/libical.rb index 0a60f94e7..dc7e5a215 100644 --- a/Library/Formula/libical.rb +++ b/Library/Formula/libical.rb @@ -5,6 +5,12 @@ class Libical < Formula url "https://downloads.sourceforge.net/project/freeassociation/libical/libical-1.0/libical-1.0.tar.gz" sha1 "25c75f6f947edb6347404a958b1444cceeb9f117" + bottle do + sha1 "53a9904cb6430f736cf154bacfa425e09a6b1d73" => :mavericks + sha1 "17d644dc8d704576d66807be82a82ff18e19feb6" => :mountain_lion + sha1 "60b0f803e80ad08fda001af2f54b0cbcb257f935" => :lion + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build |
