diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2013-03-07 13:32:49 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2013-03-07 13:32:49 +0400 |
commit | 3c2a06e9e33e35be37a2cc2d0f30ed694228045a (patch) | |
tree | f076c47695e625e7b609ea072a13b014592e9c5e /libv8 | |
parent | 46f2b31abcb54024665a91d096620375c1dfb2f3 (diff) | |
download | cibs-pkgs-3c2a06e9e33e35be37a2cc2d0f30ed694228045a.tar.gz |
libv8 version 3.17.6
Diffstat (limited to 'libv8')
-rw-r--r-- | libv8/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libv8/Makefile b/libv8/Makefile index 3b9e6ae..3ced951 100644 --- a/libv8/Makefile +++ b/libv8/Makefile @@ -9,8 +9,8 @@ include /usr/share/cibs/rules/64.mk summary := v8 JavaScript engine home := http://code.google.com/p/v8/ license := BSD -license-file := LICENSE.v8 -version := 3.14.5.3 +license-file := $(sourcedir)/LICENSE.v8 +version := 3.17.6 name := libv8 libSoname := libv8.so.$(version) so-version := $(version) @@ -68,3 +68,9 @@ checksum-v8-3.14.5.3.tar.bz2 := \ sha256:f91d851abd284589272f2b338c74e10f07ce667736e8e73cbd301172cb7f75a1 \ size:10352249 +checksum-v8-3.17.6.tar.bz2 := \ + md5:1933b961d10648f2edfcf916fa32544c \ + sha1:3ce927cac3c048d418189d56f6e16934cec649ae \ + sha256:6294138be1d6a2d50935101f8c52ef48c4ba8d95bfbd4798c45d70c229a38302 \ + size:10496403 + |