mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/nodejs => 0.8.5
This commit is contained in:
parent
3ca223b2b9
commit
8997dfd532
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# Contributor: Jason Plum <max@warheads.net>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.4
|
||||
pkgver=0.8.5
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
|
@ -18,7 +18,7 @@ checkdepends=('curl') # curl used for check()
|
|||
optdepends=('openssl: TLS support')
|
||||
options=('!emptydirs')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||
md5sums=('ea44c0fa7a5f268bedfbea0ae1884db5')
|
||||
sha1sums=('835ba5ca429e56f65aeb1a5d9730fff105e86337')
|
||||
|
||||
build() {
|
||||
cd node-v${pkgver}
|
||||
|
|
Loading…
Reference in a new issue