summaryrefslogtreecommitdiff
path: root/community/nodejs
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-04 10:30:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-04 10:30:49 +0100
commitad63cdb5324392490de7e1f70ad3256ebf32603d (patch)
treecd8e31855114a730c3901f80e341c2f4486ba473 /community/nodejs
parent8288f4022c5673fa36117598c7e7a3f6c2dfb1e2 (diff)
parentf0fa42126da9e3eec6b98388b35c67929fa20dae (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/radvd/PKGBUILD extra/samba/PKGBUILD extra/tftp-hpa/PKGBUILD libre/linux-libre/PKGBUILD multilib-testing/gcc-multilib/PKGBUILD multilib/wine/PKGBUILD testing/gcc/PKGBUILD testing/sudo/PKGBUILD
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 d3332ebf4..7cd403639 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 64710 2012-02-18 00:19:36Z tdziedzic $
+# $Id: PKGBUILD 66966 2012-03-02 23:22:53Z tdziedzic $
# Maintainer: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
@@ -7,7 +7,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.6.11
+pkgver=0.6.12
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'mips64el')
@@ -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")
-md5sums=('2f554353e831b8a22e6a85c676374374')
+md5sums=('a12766ae4003c9712927d1fa134ed9f6')
build() {
cd node-v${pkgver}