summaryrefslogtreecommitdiff
path: root/community/nodejs
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-12-06 18:47:18 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-12-06 18:47:18 +0100
commit0ecad2876ee230c3929d93e97a5ff9aabb34639e (patch)
tree9858158941e1c5616209051070e0a4b999900bfb /community/nodejs
parenta6e4eeba56ffd555f912ac1063ed08245e3f43c1 (diff)
parent55d1e19e71b453a0f47c599f281a2ad2644247d2 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/jack2/PKGBUILD community/tremulous/PKGBUILD extra/audiofile/PKGBUILD extra/graphviz/PKGBUILD extra/jhead/PKGBUILD extra/redland/PKGBUILD multilib/nspluginwrapper/PKGBUILD
Diffstat (limited to 'community/nodejs')
-rw-r--r--community/nodejs/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 9421b151f..7397be586 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.6.4
+pkgver=0.6.5
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'mips64el')
@@ -17,7 +17,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=('a170bef450de365720223c3af3747bf7')
+md5sums=('0aaae7ebf357b4a67dcf1916dfc250fa')
build() {
cd node-v${pkgver}