mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 10:32:13 +08:00
Updating nodejs to v0.8.22.
This commit is contained in:
parent
74fabd7e5d
commit
40ffcda951
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user