mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/nodejs => 0.8.19
This commit is contained in:
parent
8f855119ef
commit
db915380ff
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.18
|
||||
pkgrel=2
|
||||
pkgver=0.8.19
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -19,7 +19,7 @@ checkdepends=('curl') # curl used for check()
|
|||
optdepends=('openssl: TLS support')
|
||||
options=('!emptydirs !strip')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||
sha1sums=('e3bc9b64f60f76a32b7d9b35bf86b5d1b8166717')
|
||||
sha1sums=('f4fdbb642055be65579e11cb52c823573efabcf2')
|
||||
|
||||
build() {
|
||||
cd node-v${pkgver}
|
||||
|
|
Loading…
Reference in a new issue