]> git.immae.eu Git - perso/Immae/Config/AUR.git/blobdiff - PKGBUILD
Upgrade to 0.6.3
[perso/Immae/Config/AUR.git] / PKGBUILD
index ca7e50ceb748906d7c8c92edaa18064056accb2e..7f1523ad2517c7a147a6dbcc53278e02f9e082fe 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
 
 _npmname=npm-cache
 pkgname=nodejs-$_npmname
-pkgver=0.4.10
+pkgver=0.6.3
 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=('1f7b7964477a59392c6b2d9a6d4a7194e307f286bed5819c36927aedfaf92bcd')
 options=('!emptydirs')
 
 package() {