Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Change dependency for CasperJS #38632

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Library/Formula/casperjs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Casperjs < Formula

head 'https://github.com/n1k0/casperjs.git'

depends_on 'phantomjs'
depends_on 'homebrew/versions/phantomjs198'

def install
libexec.install Dir['*']
Expand Down