Skip to content

Commit

Permalink
gobject-introspection 1.44.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#38392.

Signed-off-by: Xu Cheng <xucheng@me.com>
  • Loading branch information
dunn authored and xu-cheng committed Apr 6, 2015
1 parent d64625c commit 53a6f27
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Formula/gobject-introspection.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -44,4 +42,8 @@ def install
system "make", "check" if build.with? "tests"
system "make", "install"
end

test do
system bin/"g-ir-annotation-tool", "--help"
end
end

0 comments on commit 53a6f27

Please sign in to comment.