v8: add devel version
Thanks to @humdedum for the report.
This commit is contained in:
parent
c55257091d
commit
13878bc500
1 changed files with 12 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue