v8: add devel version

Thanks to @humdedum for the report.
This commit is contained in:
Adam Vandenberg 2013-05-22 07:07:02 -07:00
parent c55257091d
commit 13878bc500

View file

@ -1,10 +1,19 @@
require 'formula'
# Use the official github mirror, it is easier to find tags there
# .even versions are stable, .odd releases are devel. Kind of:
# https://code.google.com/p/v8/issues/detail?id=2545
# http://omahaproxy.appspot.com/
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/3.19.2.tar.gz'
sha1 '0113996edc8a1102955b6c25d49e8add6602b0e1'
url 'https://github.com/v8/v8/archive/3.18.5.tar.gz'
sha1 'd11c925898c5a0480aa947b1ed03b8f039d7e5d2'
devel do
url 'https://github.com/v8/v8/archive/3.19.2.tar.gz'
sha1 '0113996edc8a1102955b6c25d49e8add6602b0e1'
end
head 'https://github.com/v8/v8.git'