v8: fix stable/devel

This commit is contained in:
Jack Nagel 2013-07-23 16:54:13 -05:00
parent bc4de3350c
commit 22c2b1c1b9

View file

@ -1,13 +1,20 @@
require 'formula'
# When trunk is 3.x, then 3.x is devel and 3.(x-1)
# is stable.
# https://code.google.com/p/v8/issues/detail?id=2545
# http://omahaproxy.appspot.com/
class V8 < Formula
homepage 'http://code.google.com/p/v8/'
url 'https://github.com/v8/v8/archive/3.20.7.tar.gz'
url 'https://github.com/v8/v8/archive/3.19.18.4.tar.gz'
sha1 '3d7cbebcd1b953f07d87d6111377aeff4ebda1fa'
devel do
url 'https://github.com/v8/v8/archive/3.20.7.tar.gz'
sha1 '3d7cbebcd1b953f07d87d6111377aeff4ebda1fa'
end
head 'https://github.com/v8/v8.git'
option 'with-readline', 'Use readline instead of libedit'