summaryrefslogtreecommitdiff
path: root/community/nodejs
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-01-12 00:07:12 -0800
committerroot <root@rshg054.dnsready.net>2013-01-12 00:07:12 -0800
commit8c2563c3c13cb7a279544f6926cbdd2eb902cc9a (patch)
treed3e4a89016fd033ce3af60858843dd11c72b2281 /community/nodejs
parent4791b75bfebdea97defe1aa27d56b9223e58f6e8 (diff)
Sat Jan 12 00:07:12 PST 2013
Diffstat (limited to 'community/nodejs')
-rw-r--r--community/nodejs/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 1baa00225..b523a20c8 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81270 2012-12-15 14:07:11Z bpiotrowski $
+# $Id: PKGBUILD 82204 2013-01-11 18:56:25Z 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.8.16
+pkgver=0.8.17
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ depends=('openssl' 'python2' 'v8')
checkdepends=('curl') # curl used for check()
options=('!emptydirs')
source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz)
-md5sums=('62ff446972ab02980465f60f9920705d')
+sha256sums=('8f070b42ffb84fde9d3ed2f802b08664b94dda327a36bf08a80c8b7efcf8b29e')
build() {
cd node-v${pkgver}