]> git.immae.eu Git - perso/Immae/Config/AUR.git/blobdiff - PKGBUILD
Upgrade to 0.6.0
[perso/Immae/Config/AUR.git] / PKGBUILD
index ca7e50ceb748906d7c8c92edaa18064056accb2e..ea7bc9333845508a99fa7f7651332e36ac0b9bc4 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
 
 _npmname=npm-cache
 pkgname=nodejs-$_npmname
-pkgver=0.4.10
+pkgver=0.6.0
 pkgrel=1
 pkgdesc="A command line utility that caches dependencies installed via npm."
 arch=('any')
-url="http://gruntjs.com/"
+url="https://github.com/swarajban/npm-cache"
 license=('MIT')
 depends=('nodejs' 'npm')
 source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('db4d65203b20fd717b2bc088a2a8df4f131c3e57403d4ac3ca76606b7595ad1d')
+sha256sums=('7ccb27a7bc5752bf68c74c52e531868012e7a85bfe32a00b97dd32870e633b90')
 options=('!emptydirs')
 
 package() {