aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/slimerjs.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/slimerjs.rb b/Library/Formula/slimerjs.rb
index beaf33532..afbd25f11 100644
--- a/Library/Formula/slimerjs.rb
+++ b/Library/Formula/slimerjs.rb
@@ -2,17 +2,17 @@ require 'formula'
class Slimerjs < Formula
homepage 'http://www.slimerjs.org'
- url 'http://download.slimerjs.org/v0.8/slimerjs-0.8.3.zip'
- sha1 '8d2a6dc3b8200fa15cd9d65c84bc9358c11f03f8'
+ url 'http://download.slimerjs.org/v0.8/slimerjs-0.8.4.zip'
+ sha1 '89c7dc05b9df5f2aac0d423fb5a2118271ac9ad2'
head 'https://github.com/laurentj/slimerjs.git'
def install
if build.head?
cd 'src/'
- # creating resource archive if build from head
system 'zip -r omni.ja chrome/ components/ modules/ defaults/ chrome.manifest -x@package_exclude.lst'
end
+ libexec.install 'slimerjs.py' if build.head?
libexec.install %w[application.ini omni.ja slimerjs]
bin.install_symlink libexec/'slimerjs'
end