From 184edd226fbdb09890a9d6cf51ce1e63dff028af Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sat, 4 Apr 2015 23:47:35 -0700 Subject: gobject-introspection 1.44.0 Closes #38392. Signed-off-by: Xu Cheng --- Library/Formula/gobject-introspection.rb | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gobject-introspection.rb b/Library/Formula/gobject-introspection.rb index d78777d96..5d414d719 100644 --- a/Library/Formula/gobject-introspection.rb +++ b/Library/Formula/gobject-introspection.rb @@ -1,9 +1,7 @@ -require "formula" - class GobjectIntrospection < Formula - homepage "http://live.gnome.org/GObjectIntrospection" - url "http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.42/gobject-introspection-1.42.0.tar.xz" - sha256 "3ba2edfad4f71d4f0de16960b5d5f2511335fa646b2c49bbb93ce5942b3f95f7" + homepage "https://live.gnome.org/GObjectIntrospection" + url "http://ftp.gnome.org/pub/GNOME/sources/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz" + sha256 "6f0c2c28aeaa37b5037acbf21558098c4f95029b666db755d3a12c2f1e1627ad" bottle do revision 1 @@ -44,4 +42,8 @@ class GobjectIntrospection < Formula system "make", "check" if build.with? "tests" system "make", "install" end + + test do + system bin/"g-ir-annotation-tool", "--help" + end end -- cgit v1.2.3