aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNicolas Perriault2013-07-14 19:57:32 +0200
committerAdam Vandenberg2013-07-14 11:06:15 -0700
commit4b6799a34559c6522ef26e27e98a8594f98136d9 (patch)
tree707b56e1e30cd795ddfb5f2f49d583cfff85a6fc /Library
parentf58c2f72dc4b4dea7ed25ee56307b994a10a1122 (diff)
downloadhomebrew-4b6799a34559c6522ef26e27e98a8594f98136d9.tar.bz2
casperjs: add --devel
Closes #21212. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/casperjs.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/casperjs.rb b/Library/Formula/casperjs.rb
index b76995615..ee2d0f3fe 100644
--- a/Library/Formula/casperjs.rb
+++ b/Library/Formula/casperjs.rb
@@ -13,4 +13,9 @@ class Casperjs < Formula
libexec.install Dir['*']
bin.install_symlink libexec+'bin/casperjs'
end
+
+ devel do
+ url 'https://github.com/n1k0/casperjs/archive/1.1-beta1.tar.gz'
+ sha1 '9e49094c1123ba2bbf610672443bb69a55a350f2'
+ end
end