]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Upgrade to 0.5.1
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 27 Jan 2016 16:04:11 +0000 (17:04 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 27 Jan 2016 16:04:11 +0000 (17:04 +0100)
.SRCINFO
PKGBUILD

index 158410a2fca839f3f3c395cb8392ec3cab9fce17..7bfb2ffb71f5c22002d724d04c039fcd78ccebc0 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
 # Generated by mksrcinfo v8
-# Thu Jan  7 07:15:06 UTC 2016
+# Wed Jan 27 16:04:00 UTC 2016
 pkgbase = nodejs-npm-cache
        pkgdesc = A command line utility that caches dependencies installed via npm.
-       pkgver = 0.4.13
+       pkgver = 0.5.1
        pkgrel = 1
        url = http://gruntjs.com/
        arch = any
        license = MIT
        depends = nodejs
        depends = npm
-       noextract = npm-cache-0.4.13.tgz
+       noextract = npm-cache-0.5.1.tgz
        options = !emptydirs
-       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.4.13.tgz
-       sha256sums = 5d555bf800e656226fa113b60d7266d78206f0e3b773ada793d2b8a1f5a3eb6a
+       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.5.1.tgz
+       sha256sums = 5ca93f1a71cddff741c62e9189d115dfdfe86127d0baf15431fb7417cf1b538a
 
 pkgname = nodejs-npm-cache
 
index e4a29d32e044dd00ca9227943c57c3638a0206b1..b63941231e51dcec885a87adadfcd7c1ce947f9a 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _npmname=npm-cache
 pkgname=nodejs-$_npmname
-pkgver=0.4.13
+pkgver=0.5.1
 pkgrel=1
 pkgdesc="A command line utility that caches dependencies installed via npm."
 arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('nodejs' 'npm')
 source=(https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('5d555bf800e656226fa113b60d7266d78206f0e3b773ada793d2b8a1f5a3eb6a')
+sha256sums=('5ca93f1a71cddff741c62e9189d115dfdfe86127d0baf15431fb7417cf1b538a')
 options=('!emptydirs')
 
 package() {