diff options
author | neodarz <neodarz@neodarz.net> | 2019-01-13 23:30:06 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-01-13 23:30:06 +0100 |
commit | 926c2acffa78937808d43977ffe3cf84699a5f2f (patch) | |
tree | 64b26c84ba12735b5e3c4c0fa57b22e6e4145f91 | |
parent | e7c32345cae04b17ffea4750b29b8e0ad998a78c (diff) | |
download | nodejs-git-stats-html-926c2acffa78937808d43977ffe3cf84699a5f2f.tar.xz nodejs-git-stats-html-926c2acffa78937808d43977ffe3cf84699a5f2f.zip |
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,14 +1,14 @@ pkgbase = nodejs-git-stats-html pkgdesc = Turn git-stats result into HTML output. - pkgver = 1.0.6 + pkgver = 1.0.7 pkgrel = 1 url = https://github.com/IonicaBizau/git-stats-html arch = any license = MIT depends = nodejs - noextract = git-stats-html-1.0.6.tgz - source = http://registry.npmjs.org/git-stats-html/-/git-stats-html-1.0.6.tgz - sha256sums = aa8b2245b2151481d02ba06586dec01ce5cb09c9e1b708e41f33121a417e5b46 + noextract = git-stats-html-1.0.7.tgz + source = http://registry.npmjs.org/git-stats-html/-/git-stats-html-1.0.7.tgz + sha512sums = cf2d59d3fdb6c53242def456ea0d64577efa3072ab370eb28276f77e2f81d46994808da6fd48cb84aa1b7d480036b0ebf4ecafc4dcec2588e93332372a03975f pkgname = nodejs-git-stats-html @@ -2,7 +2,7 @@ _npmname=git-stats-html pkgname=nodejs-git-stats-html -pkgver=1.0.6 +pkgver=1.0.7 pkgrel=1 pkgdesc="Turn git-stats result into HTML output. " arch=('any') @@ -18,5 +18,5 @@ package() { cd $_npmdir npm install -g --prefix "$pkgdir/usr" $_npmname@$pkgver } -sha256sums=('aa8b2245b2151481d02ba06586dec01ce5cb09c9e1b708e41f33121a417e5b46') +sha512sums=('cf2d59d3fdb6c53242def456ea0d64577efa3072ab370eb28276f77e2f81d46994808da6fd48cb84aa1b7d480036b0ebf4ecafc4dcec2588e93332372a03975f') # vim:set ts=2 sw=2 et: |