]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Update to 0.6.5
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 30 Oct 2016 23:13:22 +0000 (00:13 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 30 Oct 2016 23:13:22 +0000 (00:13 +0100)
.SRCINFO
PKGBUILD

index f60ee2931cbec7f1df481529fbe3fae2e7ee27b8..a4d51bf3af49d95b4c765710968efd3b2fc19472 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
 # Generated by mksrcinfo v8
-# Fri Apr 29 08:31:15 UTC 2016
+# Sun Oct 30 23:13:08 UTC 2016
 pkgbase = nodejs-npm-cache
        pkgdesc = A command line utility that caches dependencies installed via npm.
-       pkgver = 0.6.3
+       pkgver = 0.6.5
        pkgrel = 1
        url = https://github.com/swarajban/npm-cache
        arch = any
        license = MIT
        depends = nodejs
        depends = npm
-       noextract = npm-cache-0.6.3.tgz
+       noextract = npm-cache-0.6.5.tgz
        options = !emptydirs
-       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.6.3.tgz
-       sha256sums = 1f7b7964477a59392c6b2d9a6d4a7194e307f286bed5819c36927aedfaf92bcd
+       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.6.5.tgz
+       sha256sums = f11c749242799d1ea498e3c03781f495f0f34e2631d88a7b900f71e3e3b885ee
 
 pkgname = nodejs-npm-cache
 
index 7f1523ad2517c7a147a6dbcc53278e02f9e082fe..3de17ddbab862e29d9b4ff83fbc386cc040d4f4b 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _npmname=npm-cache
 pkgname=nodejs-$_npmname
-pkgver=0.6.3
+pkgver=0.6.5
 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=('1f7b7964477a59392c6b2d9a6d4a7194e307f286bed5819c36927aedfaf92bcd')
+sha256sums=('f11c749242799d1ea498e3c03781f495f0f34e2631d88a7b900f71e3e3b885ee')
 options=('!emptydirs')
 
 package() {