clutter 1.10.8
Closes Homebrew/homebrew#14215. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f20d04a33a
commit
835bcf1e7d
1 changed files with 3 additions and 2 deletions
|
@ -2,10 +2,11 @@ require 'formula'
|
|||
|
||||
class Clutter < Formula
|
||||
homepage 'http://clutter-project.org/'
|
||||
url 'http://source.clutter-project.org/sources/clutter/1.10/clutter-1.10.6.tar.bz2'
|
||||
sha256 '791bf752de2636989b82007d9f2a3a83bba56b13c329f40ca67e4d35ed982b31'
|
||||
url 'http://download.gnome.org/sources/clutter/1.10/clutter-1.10.8.tar.xz'
|
||||
sha256 '7c08c2deff62c134c1a3d18e04dcb6fbae4bbc541c800638b9fc3d71fe4a64bf'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'xz' => :build
|
||||
depends_on 'atk'
|
||||
depends_on 'intltool'
|
||||
depends_on 'json-glib'
|
||||
|
|
Loading…
Reference in a new issue