This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |