mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
comminuty/nodejs to 0.8.14 stable
This commit is contained in:
parent
fc92a95d8e
commit
daff5a2900
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# Contributor: Jason Plum <max@warheads.net>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.12
|
||||
pkgver=0.8.14
|
||||
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")
|
||||
sha1sums=('719397c7f65365b2ec6510863ac62bd291784910')
|
||||
sha1sums=('47a1186004f6ce5e25a8555429d72b15519bc7f1')
|
||||
|
||||
build() {
|
||||
cd node-v${pkgver}
|
||||
|
|
Loading…
Reference in a new issue