mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
nodejs to 0.6.9
This commit is contained in:
parent
f9dfb7372e
commit
ac9aafc5de
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# Contributor: Jason Plum <max@warheads.net>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.6.8
|
||||
pkgver=0.6.9
|
||||
pkgrel=1
|
||||
plugrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
|
@ -20,7 +20,7 @@ optdepends=('openssl: TLS support')
|
|||
options=('!emptydirs')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz"
|
||||
'nodejs-armv5t.patch')
|
||||
md5sums=('9fd7baa2d27b848c3134e6ae35bb87b2'
|
||||
md5sums=('c2d2aee123a141ba8431855f1d9c8200'
|
||||
'27eb4bfa8da9707b6b326e47e99995de')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue