diff options
| author | Jack Nagel | 2013-11-12 10:32:29 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-12 11:08:03 -0600 |
| commit | 422c5aad5096110cb2acbfd9367920e99a36a2f3 (patch) | |
| tree | d98d103df641bcd7354ceced066211311b39c80d /Library/Formula | |
| parent | 9b77c8a0aa49d88aad51d436a831ab220df222e3 (diff) | |
| download | homebrew-422c5aad5096110cb2acbfd9367920e99a36a2f3.tar.bz2 | |
libsoup 2.44.2
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libsoup.rb | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/Library/Formula/libsoup.rb b/Library/Formula/libsoup.rb index 04e135a02..f632f2059 100644 --- a/Library/Formula/libsoup.rb +++ b/Library/Formula/libsoup.rb @@ -2,8 +2,8 @@ require 'formula' class Libsoup < Formula homepage 'http://live.gnome.org/LibSoup' - url 'http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.42/libsoup-2.42.2.tar.xz' - sha256 '1f4f9cc55ba483dc8defea0c3f97cc507dc48384c5529179e29c1e6d05630dbf' + url 'http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.44/libsoup-2.44.2.tar.xz' + sha256 'e7e4b5ab74a6c00fc267c9f5963852d28759ad3154dab6388e2d6e1962d598f3' depends_on 'xz' => :build depends_on 'pkg-config' => :build @@ -12,18 +12,6 @@ class Libsoup < Formula depends_on 'gnutls' # Also required for TLS depends_on 'sqlite' # For SoupCookieJarSqlite - fails_with :clang do - build 421 - cause <<-EOS.undent - coding-test.c:69:28: error: format string is not a string literal [-Werror,-Wformat-nonliteral] - file = g_strdup_printf (file_path, path); - ^~~~~~~~~ - - The same error was encountered here: - http://clang.debian.net/logs/2012-06-23/libsoup2.4_2.38.1-2_unstable_clang.log - EOS - end - def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
