mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/nodejs => bumped sha1sum to match final final release of 0.8.10
This commit is contained in:
parent
d60dc1528a
commit
870755eb1a
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=nodejs
|
||||
pkgver=0.8.10
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -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")
|
||||
sha1sums=('7796aa67559287f9fb259e3cef3c6e8f0f983462')
|
||||
sha1sums=('c596cce77726724441cf7fc98f42df3a5335ab8e')
|
||||
|
||||
build() {
|
||||
cd node-v${pkgver}
|
||||
|
|
Loading…
Reference in a new issue