Updating nodejs to 0.8.16.

This commit is contained in:
Daniele 2012-12-21 17:36:31 +00:00
parent d8a6deaef9
commit a5abb5dc81

View File

@ -9,7 +9,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
pkgver=0.8.14
pkgver=0.8.16
pkgrel=1
pkgdesc="Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications."
arch=('i686' 'x86_64')
@ -19,7 +19,7 @@ depends=('python2' 'openssl')
checkdepends=('curl') # curl used for check()
options=('!emptydirs')
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
md5sums=('284fd2c7578064c339d9cf6a3a475ac7')
md5sums=('62ff446972ab02980465f60f9920705d')
build() {
cd "node-v${pkgver}"