[arch-commits] Commit in pm2/trunk (PKGBUILD)

Felix Yan fyan at archlinux.org
Sat Oct 31 06:12:55 UTC 2015


    Date: Saturday, October 31, 2015 @ 07:12:55
  Author: fyan
Revision: 145351

upgpkg: pm2 0.15.8-1

Modified:
  pm2/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-31 06:03:37 UTC (rev 145350)
+++ PKGBUILD	2015-10-31 06:12:55 UTC (rev 145351)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=pm2
-pkgver=0.15.7
+pkgver=0.15.8
 pkgrel=1
 pkgdesc='Production process manager for Node.JS applications with a built-in load balancer'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm' 'git')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('4cbd9e504b2e5d3f19e1799c0dd3e1f6')
+md5sums=('f8a136c3147dbc7923a67150480a3097')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz



More information about the arch-commits mailing list