]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Upgrade to 0.4.13
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 7 Jan 2016 07:15:32 +0000 (08:15 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 7 Jan 2016 07:15:32 +0000 (08:15 +0100)
.SRCINFO
PKGBUILD

index e8c6e85d517d97808156fbe6621421dd08ff7d92..158410a2fca839f3f3c395cb8392ec3cab9fce17 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
 # Generated by mksrcinfo v8
-# Fri Dec 18 13:10:37 UTC 2015
+# Thu Jan  7 07:15:06 UTC 2016
 pkgbase = nodejs-npm-cache
        pkgdesc = A command line utility that caches dependencies installed via npm.
-       pkgver = 0.4.12
+       pkgver = 0.4.13
        pkgrel = 1
        url = http://gruntjs.com/
        arch = any
        license = MIT
        depends = nodejs
        depends = npm
-       noextract = npm-cache-0.4.12.tgz
+       noextract = npm-cache-0.4.13.tgz
        options = !emptydirs
-       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.4.12.tgz
-       sha256sums = e357185e9a7c015e53a1afebcb4fa5d0517511e27bdd9727526ea320ad7298e3
+       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.4.13.tgz
+       sha256sums = 5d555bf800e656226fa113b60d7266d78206f0e3b773ada793d2b8a1f5a3eb6a
 
 pkgname = nodejs-npm-cache
 
index fb656073748f8d18127c113efe73695acee62500..e4a29d32e044dd00ca9227943c57c3638a0206b1 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _npmname=npm-cache
 pkgname=nodejs-$_npmname
-pkgver=0.4.12
+pkgver=0.4.13
 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=('e357185e9a7c015e53a1afebcb4fa5d0517511e27bdd9727526ea320ad7298e3')
+sha256sums=('5d555bf800e656226fa113b60d7266d78206f0e3b773ada793d2b8a1f5a3eb6a')
 options=('!emptydirs')
 
 package() {