aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Moritz2013-10-24 15:54:19 +0200
committerAdam Vandenberg2013-10-24 07:22:47 -0700
commit86d2cbe99cb45ea55146ee8cae02f136c0df0c4e (patch)
treeda843b99c58ac77043cee8ed6f44c25b401835f5 /Library
parentfa70b791d4a712a54e0cd739cb53b9fed85f155e (diff)
downloadhomebrew-86d2cbe99cb45ea55146ee8cae02f136c0df0c4e.tar.bz2
slimerjs 0.8.4
Closes #23529. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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