diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-08 10:04:45 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-08 10:04:45 +0100 |
commit | c4e52ac02d1d223901ab48f78d9835fda60acd0c (patch) | |
tree | 0d9401c37c51deb92a3b16c0eeaeb45404334f1b /community/nodejs | |
parent | 0e48701e4ef754a7d5aab1e8fa1ef6ba8ff3c441 (diff) | |
parent | 129db5c42a9c8f32d88c57ac3b81182acf844068 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/arpack/PKGBUILD
community/ruby-cairo/PKGBUILD
community/smem/PKGBUILD
extra/pyqt/PKGBUILD
extra/xerces-c/PKGBUILD
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 26f43133b..01b9f6cd2 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 84970 2013-02-26 15:56:33Z bpiotrowski $ +# $Id: PKGBUILD 85853 2013-03-07 19:25:26Z 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.21 +pkgver=0.8.22 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,7 @@ depends=('openssl' 'python2') checkdepends=('curl') # curl used for check() options=('!emptydirs') source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz) -sha256sums=('e526f56d22bb2ebee5a607bd1e7a16dcc8530b916e3a372192e6cd5fa97d08e6') +sha256sums=('3f61152cf5cd8fc1ab5c6c18101819841b947da79e1e44b51418c0ad2e6db8e8') build() { cd node-v${pkgver} |