mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/nodejs to 0.12.1-1
This commit is contained in:
parent
4e35db33eb
commit
fdce5a74f1
1 changed files with 4 additions and 4 deletions
|
@ -9,9 +9,9 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.12.0
|
||||
_npmver=2.7.1
|
||||
pkgrel=5
|
||||
pkgver=0.12.1
|
||||
_npmver=2.7.4
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -24,7 +24,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=('9700e23af4e9b3643af48cef5f2ad20a1331ff531a12154eef2bfb0bb1682e32'
|
||||
sha256sums=('30693376519c9736bcb22d44513252aee1d9463d78ac6c744ecb6d13fd91d680'
|
||||
'SKIP')
|
||||
|
||||
set_flags_for_arm() {
|
||||
|
|
Loading…
Reference in a new issue