diff options
| author | Alex Dunn | 2015-04-04 23:47:35 -0700 |
|---|---|---|
| committer | Xu Cheng | 2015-04-06 17:52:37 +0800 |
| commit | 184edd226fbdb09890a9d6cf51ce1e63dff028af (patch) | |
| tree | 92780cca72d976c6d0563e53a0b137324c38f68c /Library | |
| parent | ac20765eedd013c006352aeb184b9616c32730df (diff) | |
| download | homebrew-184edd226fbdb09890a9d6cf51ce1e63dff028af.tar.bz2 | |
gobject-introspection 1.44.0
Closes #38392.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -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 |
