diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/spark.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/spark.rb b/Library/Formula/spark.rb index bcc4365e7..0ab91e587 100644 --- a/Library/Formula/spark.rb +++ b/Library/Formula/spark.rb @@ -2,8 +2,8 @@ require 'formula' class Spark < Formula homepage 'http://zachholman.com/spark/' - url 'https://github.com/holman/spark/zipball/v1.0.1' - sha1 'c44be4dee3b375ce2a33d096ff41ed3212eaa7ce' + url 'https://github.com/holman/spark/archive/v1.0.1.tar.gz' + sha1 '11c6a0c5e52720a1282c5da5019432c33dcf9403' def install bin.install "spark" |
