v8 3.16.14
Closes Homebrew/homebrew#18240. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f07712e612
commit
6f1c981c9a
1 changed files with 2 additions and 2 deletions
|
@ -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.15.11.tar.gz'
|
||||
sha1 '0c47b3a5409d71d4fd6581520c8972f7451a87e4'
|
||||
url 'https://github.com/v8/v8/archive/3.16.14.tar.gz'
|
||||
sha1 '2940c0ec6b31459d0ba724dba9e586f0de23e2c4'
|
||||
|
||||
head 'https://github.com/v8/v8.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue