Skip to content

Commit

Permalink
ipinfo: add 1.1 bottle.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#31210.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
BrewTestBot authored and MikeMcQuaid committed Jul 29, 2014
1 parent 923ae04 commit fd2fbf3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Formula/ipinfo.rb
Expand Up @@ -5,6 +5,13 @@ class Ipinfo < Formula
url "http://kyberdigi.cz/projects/ipinfo/files/ipinfo-1.1.tar.gz"
sha1 "371800b2dfebb7de4ed0cca8d66c77d46477a596"

bottle do
cellar :any
sha1 "9982cd38077f1d542736f5db32f76db350c2d987" => :mavericks
sha1 "562457c3ac4bcdd8dc8ab856272d37b16e799b7d" => :mountain_lion
sha1 "f7fe28e279d45b77d5e74b5710682e11a7814fe8" => :lion
end

def install
system "make", "BINDIR=#{bin}",
"MANDIR=#{man1}",
Expand Down

0 comments on commit fd2fbf3

Please sign in to comment.