aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Moritz2014-03-20 11:25:58 +0100
committerMike McQuaid2014-03-23 12:37:58 +0000
commitb54ce846bd27fca3a041156b02294a04bd8d9546 (patch)
tree2999305782b8ff4ca646a2fd0173b0dcc6fb62d6
parent1c23aec45ee148e974e3f80abb7d823441aeaec7 (diff)
downloadhomebrew-b54ce846bd27fca3a041156b02294a04bd8d9546.tar.bz2
slimerjs 0.9.1
-rw-r--r--Library/Formula/slimerjs.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/slimerjs.rb b/Library/Formula/slimerjs.rb
index 358a89b8f..dc1557215 100644
--- a/Library/Formula/slimerjs.rb
+++ b/Library/Formula/slimerjs.rb
@@ -2,8 +2,8 @@ require 'formula'
class Slimerjs < Formula
homepage 'http://www.slimerjs.org'
- url "http://download.slimerjs.org/v0.9/0.9.0/slimerjs-0.9.0.zip"
- sha1 "c78cf0961eba2421abfdf5c99d28f6fe8dba7cc8"
+ url "http://download.slimerjs.org/v0.9/0.9.1/slimerjs-0.9.1.zip"
+ sha1 "15eed855c462c5b7ff2502d028702dcebae797cd"
head 'https://github.com/laurentj/slimerjs.git'
@@ -18,7 +18,6 @@ class Slimerjs < Formula
system "zip", "-r", "omni.ja", "chrome/", "components/", "modules/",
"defaults/", "chrome.manifest", "-x@package_exclude.lst"
end
- inreplace "application.ini" ,"MaxVersion=27.*", "MaxVersion=28.*" if build.stable? and build.with? "xulrunner"
libexec.install ["application.ini", "omni.ja", "slimerjs", "slimerjs.py"]
bin.install_symlink libexec/"slimerjs"
end
@@ -32,7 +31,7 @@ class Slimerjs < Formula
export SLIMERJSLAUNCHER=/Applications/Firefox.app/Contents/MacOS/firefox
Note: If you use SlimerJS with an unstable version of Mozilla Firefox/XULRunner
- (>27.*) you may have to change the [Gecko]MaxVersion in:
+ (>29.*) you may have to change the [Gecko]MaxVersion in:
#{libexec}/application.ini
EOS
end