diff options
Diffstat (limited to 'Library/Formula/gobject-introspection.rb')
| -rw-r--r-- | Library/Formula/gobject-introspection.rb | 12 | 
1 files changed, 7 insertions, 5 deletions
| 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 | 
