v8 3.17.15

Closes Homebrew/homebrew#18823.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Brett Koonce 2013-03-29 11:15:57 -05:00 committed by Adam Vandenberg
parent 528475f233
commit 1385025fd5

View file

@ -3,8 +3,8 @@ require 'formula'
class V8 < Formula
homepage 'http://code.google.com/p/v8/'
# Use the official github mirror, it is easier to find tags there
url 'https://github.com/v8/v8/archive/3.17.10.tar.gz'
sha1 '693ff739edb90dde774bfa8d28fbcea3fc7d2f87'
url 'https://github.com/v8/v8/archive/3.17.15.tar.gz'
sha1 '611fa265cdaae74b00556de6576c07c4dcfb3efe'
head 'https://github.com/v8/v8.git'