mm-common 0.9.8

Closes Homebrew/homebrew#41758.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Tomasz Pajor 2015-07-16 01:01:11 +02:00 committed by Dominyk Tiller
parent 60fb516ccb
commit 07dc0a8294

View file

@ -1,10 +1,8 @@
require "formula"
class MmCommon < Formula
desc "C++ interfaces for GTK+ and GNOME"
homepage "http://www.gtkmm.org"
url "http://ftp.gnome.org/pub/GNOME/sources/mm-common/0.9/mm-common-0.9.7.tar.xz"
sha256 "78f47336f3bdf034a384c59a39cc9f0d566e69e36aa7c9ee3ec0bb6a94bf8b3e"
url "https://download.gnome.org/sources/mm-common/0.9/mm-common-0.9.8.tar.xz"
sha256 "c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5"
def install
system "./configure", "--disable-silent-rules", "--prefix=#{prefix}"