]> git.immae.eu Git - perso/Immae/Config/AUR.git/commitdiff
Update to 0.7.0
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 11:09:26 +0000 (12:09 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Thu, 14 Feb 2019 11:09:26 +0000 (12:09 +0100)
.SRCINFO
PKGBUILD

index a4d51bf3af49d95b4c765710968efd3b2fc19472..f7e3c63f3db873228dc74d0173a413fdf76065b2 100644 (file)
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
 # Generated by mksrcinfo v8
-# Sun Oct 30 23:13:08 UTC 2016
+# Thu Feb 14 11:09:18 UTC 2019
 pkgbase = nodejs-npm-cache
        pkgdesc = A command line utility that caches dependencies installed via npm.
-       pkgver = 0.6.5
+       pkgver = 0.7.0
        pkgrel = 1
        url = https://github.com/swarajban/npm-cache
        arch = any
        license = MIT
        depends = nodejs
        depends = npm
-       noextract = npm-cache-0.6.5.tgz
+       noextract = npm-cache-0.7.0.tgz
        options = !emptydirs
-       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.6.5.tgz
-       sha256sums = f11c749242799d1ea498e3c03781f495f0f34e2631d88a7b900f71e3e3b885ee
+       source = https://registry.npmjs.org/npm-cache/-/npm-cache-0.7.0.tgz
+       sha512sums = 2cc2f53dcdb42634053b93e39cda7ca1713bfb389e41546cf65c86135e13b8462ae662963bacf602784c242d102e0d9c6eb258a51aaad04fc0a567d7bc18d8f5
 
 pkgname = nodejs-npm-cache
 
index 3de17ddbab862e29d9b4ff83fbc386cc040d4f4b..d1da25addf8e738c91f5092556bc5f03ddbca7e7 100644 (file)
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
 
 _npmname=npm-cache
 pkgname=nodejs-$_npmname
-pkgver=0.6.5
+pkgver=0.7.0
 pkgrel=1
 pkgdesc="A command line utility that caches dependencies installed via npm."
 arch=('any')
 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=('f11c749242799d1ea498e3c03781f495f0f34e2631d88a7b900f71e3e3b885ee')
+source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz")
+noextract=("$_npmname-$pkgver.tgz")
+sha512sums=('2cc2f53dcdb42634053b93e39cda7ca1713bfb389e41546cf65c86135e13b8462ae662963bacf602784c242d102e0d9c6eb258a51aaad04fc0a567d7bc18d8f5')
 options=('!emptydirs')
 
 package() {