rubberband: audit fixes
Closes Homebrew/homebrew#48775. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
f6ee3b8945
commit
a62faecb5e
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
class Rubberband < Formula
|
class Rubberband < Formula
|
||||||
desc "audio time stretcher tool and library"
|
desc "audio time stretcher tool and library"
|
||||||
homepage "http://breakfastquay.com/rubberband/"
|
homepage "http://breakfastquay.com/rubberband/"
|
||||||
url "http://code.breakfastquay.com/attachments/download/34/rubberband-1.8.1.tar.bz2"
|
|
||||||
sha256 "ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75"
|
|
||||||
head "https://bitbucket.org/breakfastquay/rubberband/", :using => :hg
|
head "https://bitbucket.org/breakfastquay/rubberband/", :using => :hg
|
||||||
|
|
||||||
stable do
|
stable do
|
||||||
|
url "http://code.breakfastquay.com/attachments/download/34/rubberband-1.8.1.tar.bz2"
|
||||||
|
sha256 "ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75"
|
||||||
# replace vecLib.h by Accelerate.h
|
# replace vecLib.h by Accelerate.h
|
||||||
# already fixed in upstream:
|
# already fixed in upstream:
|
||||||
# https://bitbucket.org/breakfastquay/rubberband/commits/cb02b7ed1500f0c06c0ffd196921c812dbcf6888
|
# https://bitbucket.org/breakfastquay/rubberband/commits/cb02b7ed1500f0c06c0ffd196921c812dbcf6888
|
||||||
# https://bitbucket.org/breakfastquay/rubberband/commits/9e32f693c6122b656a0df63bc77e6a96d6ba213d
|
# https://bitbucket.org/breakfastquay/rubberband/commits/9e32f693c6122b656a0df63bc77e6a96d6ba213d
|
||||||
patch :p1 do
|
patch :p1 do
|
||||||
url "http://tuohela.net/irc/rubberband-1.8.1-yosemite.diff"
|
url "https://raw.githubusercontent.com/homebrew/patches/1fd51a983cf7728958659bab95073657b1801b3c/rubberband/rubberband-1.8.1-yosemite.diff"
|
||||||
sha1 "76ea7cac0fc0ab99b38081176375ef7c34be678f"
|
sha256 "7686dd9d05fddbcbdf4015071676ac37ecad5c7594cc06470440a18da17c71cd"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue