Skip to content

Commit

Permalink
v8 5.1.281.47
Browse files Browse the repository at this point in the history
Closes #1598.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
DomT4 committed May 31, 2016
1 parent b8c7847 commit c6e86dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/v8.rb
Expand Up @@ -3,8 +3,8 @@
class V8 < Formula
desc "Google's JavaScript engine"
homepage "https://github.com/v8/v8/wiki"
url "https://github.com/v8/v8-git-mirror/archive/5.0.71.33.tar.gz"
sha256 "dcf7c818b9f95e3edd4c5f2774c841225e8fe8ab08e444e74d6d185e813f6b49"
url "https://github.com/v8/v8-git-mirror/archive/5.1.281.47.tar.gz"
sha256 "63c9933227d6912689ea6bc012eea6a1fabaf526ac04bc245d9381e3ea238bf6"

bottle do
cellar :any
Expand All @@ -29,27 +29,27 @@ class V8 < Formula
# Note that we don't require the "test" DEPS because we don't run the tests.
resource "gyp" do
url "https://chromium.googlesource.com/external/gyp.git",
:revision => "ed163ce233f76a950dce1751ac851dbe4b1c00cc"
:revision => "4ec6c4e3a94bd04a6da2858163d40b2429b8aad1"
end

resource "icu" do
url "https://chromium.googlesource.com/chromium/deps/icu.git",
:revision => "e466f6ac8f60bb9697af4a91c6911c6fc4aec95f"
:revision => "c291cde264469b20ca969ce8832088acb21e0c48"
end

resource "buildtools" do
url "https://chromium.googlesource.com/chromium/buildtools.git",
:revision => "97b5c485707335dd2952c05bf11412ada3f4fb6f"
:revision => "80b5126f91be4eb359248d28696746ef09d5be67"
end

resource "common" do
url "https://chromium.googlesource.com/chromium/src/base/trace_event/common.git",
:revision => "4b09207e447ae5bd34643b4c6321bee7b76d35f9"
:revision => "c8c8665c2deaf1cc749d9f8e153256d4f67bf1b8"
end

resource "swarming_client" do
url "https://chromium.googlesource.com/external/swarming.client.git",
:revision => "0b908f18767c8304dc089454bc1c91755d21f1f5"
:revision => "df6e95e7669883c8fe9ef956c69a544154701a49"
end

resource "gtest" do
Expand All @@ -64,7 +64,7 @@ class V8 < Formula

resource "clang" do
url "https://chromium.googlesource.com/chromium/src/tools/clang.git",
:revision => "a8adb78c8eda9bddb2aa9c51f3fee60296de1ad4"
:revision => "faee82e064e04e5cbf60cc7327e7a81d2a4557ad"
end

def install
Expand Down

0 comments on commit c6e86dc

Please sign in to comment.