From 86d2cbe99cb45ea55146ee8cae02f136c0df0c4e Mon Sep 17 00:00:00 2001 From: Christian Moritz Date: Thu, 24 Oct 2013 15:54:19 +0200 Subject: slimerjs 0.8.4 Closes #23529. Signed-off-by: Adam Vandenberg --- Library/Formula/slimerjs.rb | 6 +++--- 1 file 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 -- cgit v1.2.3