diff options
author | root <root@rshg054.dnsready.net> | 2013-09-05 02:55:03 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-05 02:55:03 -0700 |
commit | f7a2cf07dfae6a6707525e05f4f7f1998b382c4d (patch) | |
tree | bd4c1d9a49ed4d2649f815684e1ba93c80d8e434 /community/nodejs | |
parent | c270fd5b2cd42b593708a919254fbbb609bbf641 (diff) |
Thu Sep 5 02:49:47 PDT 2013
Diffstat (limited to 'community/nodejs')
-rw-r--r-- | community/nodejs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 2c6637099..c17656108 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 96268 2013-08-23 06:19:32Z bpiotrowski $ +# $Id: PKGBUILD 96776 2013-09-04 21:38:52Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos <james.r.campos@gmail.com> @@ -8,7 +8,7 @@ # Contributor: TIanyi Cui <tianyicui@gmail.com> pkgname=nodejs -pkgver=0.10.17 +pkgver=0.10.18 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('python2') checkdepends=('curl') options=('!emptydirs') source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz) -sha256sums=('1f9de40dd2d98bc984a4970ef399ed3ad67f040feaafc711e549f3265bcce61c') +sha256sums=('3ee4436473869d4d84bb5cad4352b09ace00656467eca7d6db7cd7da5b8c5495') prepare() { cd node-v$pkgver |