diff options
| author | BrewTestBot | 2014-10-20 15:02:15 +0100 | 
|---|---|---|
| committer | BrewTestBot | 2014-10-20 15:02:15 +0100 | 
| commit | 3dc642a343bee334a96ed7adfb7dfa2c2690bdb7 (patch) | |
| tree | 240a4f6ecd99ab10654caa5b300e167b02bebb7b | |
| parent | bed2a54f786bb98917bed4e4dec7ec67f48469b1 (diff) | |
| download | homebrew-3dc642a343bee334a96ed7adfb7dfa2c2690bdb7.tar.bz2 | |
libresample: update 0.1.3 bottle.
| -rw-r--r-- | Library/Formula/libresample.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libresample.rb b/Library/Formula/libresample.rb index 6c9364428..39dc9f141 100644 --- a/Library/Formula/libresample.rb +++ b/Library/Formula/libresample.rb @@ -7,9 +7,10 @@ class Libresample < Formula    bottle do      cellar :any -    sha1 "4a4ca882e7c1dba34f34e6851c9972d16fc30cff" => :mavericks -    sha1 "d12aba16db7faaea37347936ca47059d8c52ad82" => :mountain_lion -    sha1 "dc264e31f92f7397900fd6284702c42d08d88374" => :lion +    revision 1 +    sha1 "493df1e911173a8e5a3a9ccd7ab6165186816e2a" => :yosemite +    sha1 "6e5b4b8d2ff893e3ff5df2562f49e39625283b36" => :mavericks +    sha1 "6b37a559dabe8fec702605ec28b26925e3afaefd" => :mountain_lion    end    def install | 
