diff options
| author | Aleh Suprunovich | 2013-04-16 00:18:30 +0300 |
|---|---|---|
| committer | Jack Nagel | 2013-04-16 00:54:38 -0500 |
| commit | 9f97801850b646c8df70b8cbfd1daeb841baac26 (patch) | |
| tree | 6c52611f8a16b974760fe4ef81bf387964e6ab98 | |
| parent | 5b9c71253487efc5c5af273a94dd1e3015419206 (diff) | |
| download | homebrew-9f97801850b646c8df70b8cbfd1daeb841baac26.tar.bz2 | |
gmime 2.6.15
Closes #19222.
Signed-off-by: Aleh Suprunovich <br@ahlamon.org>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/gmime.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gmime.rb b/Library/Formula/gmime.rb index b1cb52ead..57270a8ec 100644 --- a/Library/Formula/gmime.rb +++ b/Library/Formula/gmime.rb @@ -2,10 +2,11 @@ require 'formula' class Gmime < Formula homepage 'http://spruce.sourceforge.net/gmime/' - url 'http://ftp.gnome.org/pub/GNOME/sources/gmime/2.4/gmime-2.4.24.tar.bz2' - sha256 'e1255dc565416b65e6f8e7b207074b86d955897169eb19a975e90b34ae660c14' + url 'http://ftp.gnome.org/pub/GNOME/sources/gmime/2.6/gmime-2.6.15.tar.xz' + sha256 'b4c2a0b99b82063387cd750a38421ebaa0636f339e67984a84371bcb697dc99a' depends_on 'pkg-config' => :build + depends_on 'xz' => :build depends_on 'glib' def install |
