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.13.
This commit is contained in:
parent
c121a1bbfc
commit
a04f357757
@ -9,7 +9,7 @@
|
||||
# Contributor: TIanyi Cui <tianyicui@gmail.com>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.12
|
||||
pkgver=0.8.13
|
||||
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=('2d053e4d08e6b44747ed2f519a8b20be')
|
||||
md5sums=('20f7cd44160f5fdb20c3ad1bae4e83b6')
|
||||
|
||||
build() {
|
||||
cd "node-v${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user