diff options
| author | BrewTestBot | 2014-10-22 17:31:58 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 18:15:40 +0100 | 
| commit | 7095f99be4cc75edbd81e037a4c703153af8f67b (patch) | |
| tree | 46ffffe208d1b439ed5a4276c238e889de728e4a | |
| parent | 26f1ffb2f464ab1ba8b96d0b983bdc3fa66f4963 (diff) | |
| download | homebrew-7095f99be4cc75edbd81e037a4c703153af8f67b.tar.bz2 | |
sord: add 0.12.0 bottle.
| -rw-r--r-- | Library/Formula/sord.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sord.rb b/Library/Formula/sord.rb index 4e9a948f7..0226badeb 100644 --- a/Library/Formula/sord.rb +++ b/Library/Formula/sord.rb @@ -5,6 +5,13 @@ class Sord < Formula    url 'http://download.drobilla.net/sord-0.12.0.tar.bz2'    sha1 '8a1ae8c9f90bd0b3632841898c6500a8293d6ed2' +  bottle do +    cellar :any +    sha1 "eab99e704b302d798559ab323fb9f43dbce43d73" => :yosemite +    sha1 "30b02ca5adcf95f25925e8023c3a9fd222973b52" => :mavericks +    sha1 "e5526acc4ac96fcbcce5be95f2e06ae93f08863f" => :mountain_lion +  end +    depends_on 'pkg-config' => :build    depends_on 'pcre'    depends_on 'serd'  | 
