Skip to content

Commit

Permalink
phantomjs 1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
rgieseke authored and adamv committed Sep 25, 2011
1 parent e2cdafd commit 5848860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/phantomjs.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
require 'formula'

class Phantomjs < Formula
url "http://phantomjs.googlecode.com/files/phantomjs-1.2.0-source.zip"
url "https://phantomjs.googlecode.com/files/phantomjs-1.3.0-source.tar.gz"
head "https://github.com/ariya/phantomjs.git"
homepage 'http://www.phantomjs.org/'
sha1 "0b8b20fbc45013ecf61dd988390dd979a894dec1"
sha1 "76902ad0956cf212cc9bb845f290690f53eca576"

depends_on 'qt'

def install
system "qmake -spec macx-g++"
system "make"
bin.install "bin/phantomjs.app/Contents/MacOS/phantomjs"
bin.install "bin/phantomjs"
end
end

0 comments on commit 5848860

Please sign in to comment.