mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs => fix checksum
This commit is contained in:
parent
e2b1884584
commit
34d94e06bc
1 changed files with 1 additions and 1 deletions
|
@ -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=('53604d2e3773d62e90fa5a340a362e08')
|
||||
md5sums=('ea44c0fa7a5f268bedfbea0ae1884db5')
|
||||
|
||||
build() {
|
||||
cd node-v${pkgver}
|
||||
|
|
Loading…
Reference in a new issue