diff options
| author | BrewTestBot | 2015-04-19 11:10:01 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-19 11:14:49 +0100 | 
| commit | 3d14d391be115f1aaef575665bb4529f565789a5 (patch) | |
| tree | 246dbec5e2079e1dbc7f356eece9a97731a710fe | |
| parent | 016e9bb1db8dfbc2b4f1d5bd3981f0d8a50c25ea (diff) | |
| download | homebrew-3d14d391be115f1aaef575665bb4529f565789a5.tar.bz2 | |
vgmstream: add r1040 bottle.
| -rw-r--r-- | Library/Formula/vgmstream.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/vgmstream.rb b/Library/Formula/vgmstream.rb index e9de043c6..a83281dd8 100644 --- a/Library/Formula/vgmstream.rb +++ b/Library/Formula/vgmstream.rb @@ -5,6 +5,13 @@ class Vgmstream < Formula    url "http://svn.code.sf.net/p/vgmstream/code", :revision => 1040    version "r1040" +  bottle do +    cellar :any +    sha256 "314ab31528d85117117a4610a1f023b22686a565997357df92ceff52e4085013" => :yosemite +    sha256 "65522c757a6ce8392496e71279fa553074dc2b765d56a80b1709b58d1a56e704" => :mavericks +    sha256 "8e9771faf488616e96a159ee3d3681549f58ee240385c55f8a13be507e8a5a6a" => :mountain_lion +  end +    depends_on "mpg123"    depends_on "libvorbis"  | 
