diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ortp.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/ortp.rb b/Library/Formula/ortp.rb index 8c8f714d1..ea39d1fa0 100644 --- a/Library/Formula/ortp.rb +++ b/Library/Formula/ortp.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Ortp < Formula - homepage 'http://www.linphone.org/eng/documentation/dev/ortp.html' - url 'http://download.savannah.gnu.org/releases/linphone/ortp/sources/ortp-0.22.0.tar.gz' - sha1 '3f4712307ceba27c6498abd2090f411e02084dbd' + homepage "http://www.linphone.org/eng/documentation/dev/ortp.html" + url "http://download.savannah.gnu.org/releases/linphone/ortp/sources/ortp-0.23.0.tar.gz" + sha1 "87a154295636652cc9ac7310dc02e0258db08790" def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
