spark 1.0.1

Closes Homebrew/homebrew#16996.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Zach Holman 2013-01-10 16:40:55 -08:00 committed by Adam Vandenberg
parent 1af9fec04c
commit 799a83c85a
1 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
require 'formula'
class Spark < Formula
url 'https://github.com/holman/spark/zipball/v1.0.0'
homepage 'https://github.com/holman/spark'
sha1 '63971539fda9f7f3890b52ff131633f5bdda048b'
url 'https://github.com/holman/spark/zipball/v1.0.1'
homepage 'http://zachholman.com/spark/'
sha1 'c44be4dee3b375ce2a33d096ff41ed3212eaa7ce'
def install
bin.install "spark"
end
def test
system "#{bin}/spark"
end
end