mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/nodejs => 0.8.15
This commit is contained in:
parent
6c7cfb209e
commit
51f2b6388f
1 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@
|
|||
# Contributor: Jason Plum <max@warheads.net>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.14
|
||||
pkgrel=1.1
|
||||
pkgver=0.8.15
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -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=('47a1186004f6ce5e25a8555429d72b15519bc7f1')
|
||||
sha1sums=('a7874cde1a87497992f1f8ea0fdaa760f617a94f')
|
||||
|
||||
build() {
|
||||
cd node-v${pkgver}
|
||||
|
|
Loading…
Reference in a new issue