mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs to 0.10.15-1
This commit is contained in:
parent
38f69e97e2
commit
63c0286625
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.13
|
||||
pkgver=0.10.15
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
|
@ -17,7 +17,7 @@ makedepends=('python2')
|
|||
checkdepends=('curl')
|
||||
options=('!emptydirs !strip')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||
sha256sums=('a102fad260d216b95611ddd57aeb6531c92ad1038508390654423feb1b51c059')
|
||||
sha256sums=('87345ab3b96aa02c5250d7b5ae1d80e620e8ae2a7f509f7fa18c4aaa340953e8')
|
||||
|
||||
set_flags_for_arm() {
|
||||
if [ "$CARCH" == "arm" ]; then
|
||||
|
|
Loading…
Reference in a new issue