Updating nodejs to v0.8.22.

This commit is contained in:
Daniele 2013-03-08 20:07:01 +00:00
parent 74fabd7e5d
commit 40ffcda951

View File

@ -9,7 +9,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
pkgver=0.8.21
pkgver=0.8.22
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=('bebddb1d3b81d35654b416fcbc1211f3')
md5sums=('9f0e37afdc1e1005363940ada58c5f3d')
build() {
cd "node-v${pkgver}"