v8: update to 3.22.5.

This commit is contained in:
Juan RP 2013-10-03 10:46:09 +02:00
parent ad213a0790
commit 892e8cb40d
2 changed files with 5 additions and 5 deletions

View File

@ -923,7 +923,7 @@ libLLVM-3.3.so libllvm-3.3_4
libisofs.so.6 libisofs-0.6.24_1
libbfd-2.22.so binutils-2.22_1<2.23_1
libopcodes-2.22.so binutils-2.22_1<2.23_1
libv8.so libv8-3.9.8_1
libv8.so libv8-3.22.5_1
libGeoIP.so.1 libgeoip-1.4.8_1
libGeoIPUpdate.so.0 libgeoip-1.4.8_1
libcherokee-base.so.0 libcherokee-1.2.101_1

View File

@ -1,13 +1,13 @@
# Template file for 'v8'
pkgname=v8
version=3.19.18.4
version=3.22.5
revision=1
short_desc="V8 JavaScript Engine"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://code.google.com/p/v8/"
license="BSD"
distfiles="http://commondatastorage.googleapis.com/chromium-browser-official/v8-${version}.tar.bz2"
checksum=10d7a51ed2769b1c2a6311a30ed1967d0a1da3f522c90b9c00f25fbe0b1aba02
checksum=31f97ea53d4a197228668686f0ca154a03d455013aaff8bdfc2122b66b8af55f
long_desc="
V8 is Google's open source JavaScript engine. V8 is written in C++ and is
used in Google Chrome, the open source browser from Google.
@ -18,7 +18,7 @@ long_desc="
V8 can run standalone, or can be embedded into any C++ application.
This package contains v8 the utilities mksnapshot and the d8 shell."
This package contains the v8 utilities and the d8 shell."
hostmakedepends="which subversion python"
makedepends="readline-devel"
@ -94,6 +94,6 @@ libv8_package() {
v8_package() {
pkg_install() {
vmove usr
vmove all
}
}