v8: fix stable/devel
This commit is contained in:
parent
bc4de3350c
commit
22c2b1c1b9
1 changed files with 8 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue