ortp: add 0.24.1 bottle.
This commit is contained in:
parent
1ccb0e6540
commit
37e3a33ff2
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class Ortp < Formula
|
|||
url "http://nongnu.askapache.com/linphone/ortp/sources/ortp-0.24.1.tar.gz"
|
||||
sha256 "d1ecce20bed145186f727914f10f500d0594e30c2a234a276e7e12dcd8814cd5"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "a44c617d0bc51a7433243544b255e75fb4afe32ae939d6088450921633a4d19c" => :yosemite
|
||||
sha256 "7505c45e98f762b1ba0a51c3285ef23eefa68fad32aaded8a7b5aa719f5ca153" => :mavericks
|
||||
sha256 "2b6b871251f5ddd895fe3d680c975129dcf5d317de09752e343624bd372befa6" => :mountain_lion
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue