diff options
| author | Jack Nagel | 2013-04-27 17:12:09 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-27 17:12:09 -0500 |
| commit | 71113dcc21421eb6d985f78ea00a8dae87b8c98e (patch) | |
| tree | 88a4773049a952e1f7d16b09876500889660712e /Library | |
| parent | 839a821118fbe61d4c777a8c6adb4edb6f76a3fc (diff) | |
| download | homebrew-71113dcc21421eb6d985f78ea00a8dae87b8c98e.tar.bz2 | |
libsoup 2.42.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libsoup.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/libsoup.rb b/Library/Formula/libsoup.rb index 423da0048..04e135a02 100644 --- a/Library/Formula/libsoup.rb +++ b/Library/Formula/libsoup.rb @@ -2,11 +2,12 @@ require 'formula' class Libsoup < Formula homepage 'http://live.gnome.org/LibSoup' - url 'http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.38/libsoup-2.38.1.tar.xz' - sha256 '71b8923fc7a5fef9abc5420f7f3d666fdb589f43a8c50892d584d58b3c513f9a' + url 'http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.42/libsoup-2.42.2.tar.xz' + sha256 '1f4f9cc55ba483dc8defea0c3f97cc507dc48384c5529179e29c1e6d05630dbf' depends_on 'xz' => :build depends_on 'pkg-config' => :build + depends_on 'intltool' => :build depends_on 'glib-networking' # Required at runtime for TLS support depends_on 'gnutls' # Also required for TLS depends_on 'sqlite' # For SoupCookieJarSqlite |
