normalize: add 0.7.7 bottle.
This commit is contained in:
parent
4e56bc4004
commit
8f9a2380c5
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Normalize < Formula
|
|||
url "http://download.savannah.nongnu.org/releases/normalize/normalize-0.7.7.tar.gz"
|
||||
sha256 "6055a2abccc64296e1c38f9652f2056d3a3c096538e164b8b9526e10b486b3d8"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "b4775cffb28a34356c69082b09f2dad8e4014107c392e598420f04905874ce88" => :el_capitan
|
||||
sha256 "2b9032f1d711dae164305017b9154f3f3cf307195825d9c279e4ac8212a1f5b8" => :yosemite
|
||||
sha256 "6231c50a60cd4ebf510f879df8d8b537f79914d8f844b48896b5659965f7919d" => :mavericks
|
||||
end
|
||||
|
||||
option "without-mad", "Compile without MP3 support"
|
||||
|
||||
depends_on "mad" => :recommended
|
||||
|
|
Loading…
Reference in a new issue