mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
nodejs 0.10.24
This commit is contained in:
parent
6be0f34349
commit
5757a46c18
@ -2,7 +2,7 @@
|
||||
# Original CCR maintainer: Inkane <neoinkaneglade@aol.com>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.18
|
||||
pkgver=0.10.24
|
||||
pkgrel=1
|
||||
pkgdesc="Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications."
|
||||
arch=('x86_64')
|
||||
@ -12,7 +12,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=('8b905b6013b82fb7076b02a6c881f9a6')
|
||||
md5sums=('186726490c9a715cb7ee2ed37ccb5eb3')
|
||||
|
||||
build() {
|
||||
cd "node-v${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user