mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Updating nodejs to v0.10.0.
This commit is contained in:
parent
86b4d045e9
commit
4cf0a3cb17
@ -9,7 +9,7 @@
|
||||
# Contributor: TIanyi Cui <tianyicui@gmail.com>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.22
|
||||
pkgver=0.10.0
|
||||
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=('9f0e37afdc1e1005363940ada58c5f3d')
|
||||
md5sums=('23df2c1aeb9dcf17284047f2530b0525')
|
||||
|
||||
build() {
|
||||
cd "node-v${pkgver}"
|
||||
@ -32,7 +32,7 @@ build() {
|
||||
|
||||
check() {
|
||||
cd "node-v${pkgver}"
|
||||
make test || true
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user