Skip to content

Commit

Permalink
communiy/nodejs => 0.8.11 stable
Browse files Browse the repository at this point in the history
  • Loading branch information
WarheadsSE committed Sep 27, 2012
1 parent 35b116c commit 7d7d7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions community/nodejs/PKGBUILD
Expand Up @@ -7,8 +7,8 @@
# Contributor: Jason Plum <max@warheads.net>

pkgname=nodejs
pkgver=0.8.10
pkgrel=2
pkgver=0.8.11
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'arm')
url='http://nodejs.org/'
Expand All @@ -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=('c596cce77726724441cf7fc98f42df3a5335ab8e')
sha1sums=('e9dd36cbbe03c632ee7e9c52e06122fa022981c8')

build() {
cd node-v${pkgver}
Expand Down

0 comments on commit 7d7d7b9

Please sign in to comment.