mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Updating nodejs to 0.8.16.
This commit is contained in:
parent
d8a6deaef9
commit
a5abb5dc81
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user