Skip to content

Instantly share code, notes, and snippets.

View drborges's full-sized avatar
🏠
Working from home

Diego Borges drborges

🏠
Working from home
View GitHub Profile
@drborges
drborges / v8.rb
Last active December 14, 2018 12:24 — forked from kovyrin/v8.rb
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/5.9.211.38.tar.gz'
sha256 '2600828269b234cf34d3572ab7d6e61d5e3c4d77d67cc4174973b79a6e8d6388'
head 'https://github.com/v8/v8.git'