gmime 2.6.15
Closes Homebrew/homebrew#19222. Signed-off-by: Aleh Suprunovich <br@ahlamon.org> Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
dd380c2143
commit
6ad91cd7ff
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue