mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs to 0.10.31-1
This commit is contained in:
parent
0fdb2cbd89
commit
af6fe542bf
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.30
|
||||
_npmver=1.4.21
|
||||
pkgver=0.10.31
|
||||
_npmver=1.4.24
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
|
@ -21,7 +21,7 @@ checkdepends=('curl')
|
|||
options=('!emptydirs !strip')
|
||||
source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"
|
||||
git+https://github.com/npm/npm.git#tag=v$_npmver)
|
||||
sha256sums=('3dfcbd307f5f5f266ef174e1443107da853cd3d0aa0b2493a44235d5908625d2'
|
||||
sha256sums=('06c781718a674dfdfb59d646b2629a46af2644bdbf52534fab8d4a0fe34c21f1'
|
||||
'SKIP')
|
||||
|
||||
set_flags_for_arm() {
|
||||
|
|
Loading…
Reference in a new issue